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 d131cc0 commit b9b2305
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
- name: Display structures
run: ls -R

- name: Compress Artifacts
run: zip -r build.zip artifacts

- name: Upload Artifacts to GitHub Release
uses: ncipollo/release-action@v1
with:
artifacts: artifacts
artifacts: build.zip
name: build.zip
allowUpdates: true
omitBodyDuringUpdate: true
Expand Down

0 comments on commit b9b2305

Please sign in to comment.