Skip to content

Commit

Permalink
Fix artifact filter in AppVeyor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed authored May 26, 2019
1 parent 2021220 commit 0bc046d
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 @@ -55,4 +55,4 @@ after_build:
- if "%CONFIGURATION%"=="SaveEdit Packaging" 7z a -r -tzip -mx=9 -x!*/LICENSE.txt bloz_saveedit_%APPVEYOR_BUILD_VERSION%-with-symbols.zip ./LICENSE.txt ./README.txt ./git-log.txt ./bin_saveedit/*.exe ./bin_saveedit/*.pdb ./dist/*

artifacts:
- path: '*-*.zip'
- path: '*.zip'

0 comments on commit 0bc046d

Please sign in to comment.