Skip to content

Commit

Permalink
Add zip archive containing everything
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmitti committed Mar 5, 2020
1 parent f8db01b commit 3d40d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ build_script:
.\c4group.exe "packed\$folder" -p
Push-AppveyorArtifact "packed\$folder" -DeploymentName Content
}
- cmd: |
cd packed
7z a LC_Content.zip *
appveyor PushArtifact LC_Content.zip -DeploymentName Content
deploy:
- provider: GitHub
Expand Down

0 comments on commit 3d40d9b

Please sign in to comment.