We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7171fcc commit 06cd3e5Copy full SHA for 06cd3e5
appveyor.yml
@@ -26,4 +26,4 @@ after_build:
26
- 7z a "SAT-[Latest Commit].zip" "%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\VBN Editor.exe"
27
- 7z a "SAT-[Latest Commit].zip" "%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\*.dll"
28
- 7z a "SAT-[Latest Commit].zip" "%APPVEYOR_BUILD_FOLDER%\VBN Editor\bin\Release\*.csv"
29
- - appveyor PushArtifact SAT-[Latest Commit].zip
+ - appveyor PushArtifact "SAT-[Latest Commit].zip"
0 commit comments