Skip to content

Commit

Permalink
[Appveyor] Bump artifact version (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice0 committed Dec 10, 2020
1 parent e84f6cb commit f25b03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -44,7 +44,7 @@ build_script:
# scripts to run after build (working directory and environment changes are persisted from the previous steps)
after_build:
- cmd: set SYNFIG_ID="%APPVEYOR_REPO_COMMIT_TIMESTAMP:~0,10%-win%MSYSTEM:~-2%-%APPVEYOR_REPO_COMMIT:~0,5%"
- cmd: call 7z a "SynfigStudio-1.3.16-testing-%SYNFIG_ID%.zip" %APPVEYOR_BUILD_FOLDER%\cmake-build-msys\install\*
- cmd: call 7z a "SynfigStudio-1.5.0-testing-%SYNFIG_ID%.zip" %APPVEYOR_BUILD_FOLDER%\cmake-build-msys\install\*

artifacts:
- path: "SynfigStudio-*.zip"
Expand Down

0 comments on commit f25b03e

Please sign in to comment.