Skip to content

Commit

Permalink
[AppVeyor] Make artifact file names consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed authored Jun 23, 2019
1 parent f109cbe commit 50e3741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ after_build:
- set TZ=GMT
- git log . > git-log.txt
- if NOT "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_all-tools_%APPVEYOR_BUILD_VERSION%.zip ./LICENSE.txt ./README.txt git-log.txt bin/*.exe bin/*.dll bin/projects
- if NOT "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_all_tools_%APPVEYOR_BUILD_VERSION%-with-debug_symbols.zip ./LICENSE.txt ./README.txt git-log.txt bin/*.exe bin/*.dll bin/*.pdb bin/projects
- if NOT "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_all-tools_%APPVEYOR_BUILD_VERSION%_with-debug-symbols.zip ./LICENSE.txt ./README.txt git-log.txt bin/*.exe bin/*.dll bin/*.pdb bin/projects
- if "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_saveedit_%APPVEYOR_BUILD_VERSION%.zip ./LICENSE.txt ./README.txt ./git-log.txt ./upload/*.exe ./dist/*
- if "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_saveedit_%APPVEYOR_BUILD_VERSION%-with-debug_symbols.zip ./LICENSE.txt ./README.txt ./git-log.txt ./upload/*.exe ./upload/*.pdb ./dist/*
- if "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_saveedit_%APPVEYOR_BUILD_VERSION%_with-debug-symbols.zip ./LICENSE.txt ./README.txt ./git-log.txt ./upload/*.exe ./upload/*.pdb ./dist/*

artifacts:
- path: '*.zip'

0 comments on commit 50e3741

Please sign in to comment.