Skip to content

Commit

Permalink
Fix release workflow as someone made a breaking change to one of the …
Browse files Browse the repository at this point in the history
…actions.
  • Loading branch information
TLeonardUK authored Jan 24, 2022
1 parent f1995f2 commit bca4c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: ${{github.workspace}}/Tools/Package.bat

- name: Zip Release
uses: papeloto/action-zip@v1
uses: vimtor/action-zip@v1
with:
files: DS3OS/
dest: Binaries.zip
Expand All @@ -105,4 +105,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Binaries.zip
asset_name: Binaries.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit bca4c82

Please sign in to comment.