Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
AppVeyor: Pack artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jun 16, 2018
1 parent 3deed9e commit 7064d2e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ build:

after_build:
- cmd: msbuild DWS.sln
- cmd: md DWS-Build
- cmd: copy DWS\bin\Release\DWS.exe DWS-Build
- cmd: copy updater\bin\Release\updater.exe DWS-Build
- cmd: 7z a -tzip "DWS-build.zip" DWS-Build/*.*

#artifacts:
#- path: LunaLUA-bin.zip
#- path: LunaLoader-bin.zip
#- path: Release\LunaDLL.dll
artifacts:
- path: DWS-build.zip

#deploy:
#- provider: Environment
Expand Down

0 comments on commit 7064d2e

Please sign in to comment.