Skip to content

Commit

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

- name: Archive release
uses: thedoctor0/zip-release@master
uses: montudor/[email protected]
with:
filename: win-x86.zip
path: SuperSize/bin/Release/net5.0-windows/win-x86/publish
args: zip -qq -r win-x86.zip ./SuperSize/bin/Release/net5.0-windows/win-x86/publish/*

# publish releases
- name: Publish release
Expand Down

0 comments on commit 46e4f8c

Please sign in to comment.