Skip to content

Commit

Permalink
Fix and update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Dec 14, 2024
1 parent dfb9516 commit 636df1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ for:
- cd ..
- mkdir -p pkg/bit7z/
- mkdir -p pkg/bit7z/include/
- cp -r lib pkg/bit7z
- cp -r include pkg/bit7z/include/
- cp -r lib pkg/bit7z/
- cp -r include pkg/bit7z/
- cp README.md pkg/bit7z/
- cp LICENSE pkg/bit7z/
- echo $bit7z_version $compiler_tag > "pkg/bit7z/BUILD.txt"
Expand Down Expand Up @@ -198,7 +198,7 @@ deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
description: 'Binaries of Bit7z %bit7z_version%'
auth_token:
secure: 5b0wRmYrS2S5MEu+5rslOkBY//wJ+ShwhxNeOhxaAaMjTYRbSDqe4cme0CukKSgp
secure: aaQkoEIZv7oaBSZT2f/bST7NfLOdqKXitnhWmUqaW1T493Pr2/atcZWHIlExsLAx
artifact: /.*\.7z/
draft: true
prerelease: false
Expand Down

0 comments on commit 636df1b

Please sign in to comment.