Skip to content

Commit

Permalink
ci(AppVeyor): bump artifact version (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice0 authored Jul 14, 2022
1 parent 0bebfe6 commit e8b6de0
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 @@ -24,7 +24,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.5.0-testing-%SYNFIG_ID%.zip" %APPVEYOR_BUILD_FOLDER%\cmake-build-msys\install\*
- cmd: call 7z a "SynfigStudio-1.5.2-testing-%SYNFIG_ID%.zip" %APPVEYOR_BUILD_FOLDER%\cmake-build-msys\install\*

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

0 comments on commit e8b6de0

Please sign in to comment.