Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Jun 24, 2024
1 parent 74770f5 commit 2074ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Api5704/PostBuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ if exist ..\..\..\..\%BinPack% del ..\..\..\..\%BinPack%
"C:\Program Files\7-Zip\7z.exe" a -tzip ..\..\..\..\%BinPack%
cd ..\..\..\..

rem Pack files and folders at the solution level
"C:\Program Files\7-Zip\7z.exe" a %BinPack% Templates XLSM

echo === Backup ===

set Store=G:\BankApps\AppStore
Expand Down
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ build_script:
artifacts:
- path: ..\$(appveyor_project_name)-v$(appveyor_build_version).zip
name: AppZip
- path: ..\$(appveyor_project_name)-v$(appveyor_build_version)-src.zip
name: SrcZip
deploy:
- provider: GitHub
tag: v$(appveyor_build_version)
release: $(appveyor_project_name) v$(appveyor_build_version)
description: '* $(appveyor_repo_commit_message)\n\nBuild #$(appveyor_build_number) by AppVeyor $(BuildDate)'
auth_token:
secure: Oyf/ccEamPwfWLPEZQlf9hPfhGGXu3Kqnmt9saeaTMH2OE6OR0tAt2JkDl/FRR9o
artifact:
- AppZip
- SrcZip
artifact: AppZip
draft: false
prerelease: true
force_update: true
Expand Down

0 comments on commit 2074ec5

Please sign in to comment.