Skip to content

Commit

Permalink
change to the 3rd zip action
Browse files Browse the repository at this point in the history
  • Loading branch information
itisrazza authored Mar 21, 2021
1 parent 46e4f8c commit 8215768
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
run: dotnet publish -f net5.0-windows -r win-x86

- name: Archive release
uses: montudor/action-zip@v0.1.1
uses: papeloto/action-zip@v1
with:
args: zip -qq -r win-x86.zip ./SuperSize/bin/Release/net5.0-windows/win-x86/publish/*
files: ./SuperSize/bin/Release/net5.0-windows/win-x86/publish/*
dest: win-x86.zip

# publish releases
- name: Publish release
Expand Down

0 comments on commit 8215768

Please sign in to comment.