Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 authored Dec 27, 2023
1 parent be0a1ba commit 4c9abdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "upload_url=$(wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases | jq '.[0].upload_url' | tr -d \")" >> $GITHUB_ENV
- name: Build release zip
- uses: montudor/action-zip@v1
uses: montudor/action-zip@v1
with:
args: zip -qq -r release.zip .

Expand Down

0 comments on commit 4c9abdd

Please sign in to comment.