mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-26 07:36:38 +00:00
Fix appveyour
This commit is contained in:
parent
a02b4c9592
commit
0b61ae11ec
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ build:
|
||||||
project: build/reVC.sln
|
project: build/reVC.sln
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
after_build:
|
after_build:
|
||||||
- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/reVC.exe bin/%PLATFORM%/%CONFIGURATION%/reVC.pdb
|
- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
|
- path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
|
||||||
name: reVC
|
name: reVC
|
||||||
|
|
Loading…
Reference in a new issue