Skip to content

Commit

Permalink
Merge branch 'master' of github.com-egorpugin:SoftwareNetwork/sw
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Mar 17, 2019
2 parents 69769c7 + 782afeb commit 67db1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ artifacts:
name: sw-$(APPVEYOR_BUILD_VERSION)

after_build:
- 7z a sw.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_static_Release*\*.exe
- 7z a sw.zip %APPVEYOR_BUILD_FOLDER%\.sw\windows_*_msvc_*_static_Release\*.exe
# - ps: Get-ChildItem .sw/windows_*_msvc_*_static_Release_*/*.exe | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name -DeploymentName sw-$(APPVEYOR_BUILD_VERSION) }

0 comments on commit 67db1a3

Please sign in to comment.