Skip to content

Commit

Permalink
fix: test github release
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Sep 6, 2024
1 parent caa25ea commit 7c90972
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 @@ -17,6 +17,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
name: build.zip

- name: Display structures
Expand All @@ -25,7 +26,7 @@ jobs:
- name: Upload Artifacts to GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: build.zip
artifacts: artifacts/build.zip
allowUpdates: true
omitBodyDuringUpdate: true
omitDraftDuringUpdate: true
Expand Down

0 comments on commit 7c90972

Please sign in to comment.