Skip to content

Commit

Permalink
fix: github test release
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Sep 6, 2024
1 parent 7c90972 commit d131cc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Upload Artifacts to GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: artifacts/build.zip
artifacts: artifacts
name: build.zip
allowUpdates: true
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
Expand Down

0 comments on commit d131cc0

Please sign in to comment.