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 2074ec5 commit 49c90f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ install:
Write-Host "Building v$env:APPVEYOR_BUILD_VERSION dated $env:BuildDate"
build_script:
- cmd: >-
cd %APPVEYOR_PROJECT_NAME%
PostBuild %APPVEYOR_PROJECT_NAME%.proj
cd ..
artifacts:
- path: ..\$(appveyor_project_name)-v$(appveyor_build_version).zip
- path: $(appveyor_project_name)-v$(appveyor_build_version).zip
name: AppZip
deploy:
- provider: GitHub
Expand Down

0 comments on commit 49c90f8

Please sign in to comment.