zips output
This commit is contained in:
parent
03a2b496f4
commit
1fd1077ea4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dotnet-build-test.yml
vendored
3
.github/workflows/dotnet-build-test.yml
vendored
|
|
@ -54,8 +54,9 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: character-records-generator
|
||||
path: character-records-generator
|
||||
- run: ls
|
||||
- run: zip character-records-generator.zip '*.dll' '*.exe'
|
||||
- run: zip -r character-records-generator.zip character-records-generator
|
||||
- name: Upload character-records-generator
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue