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 b9b2305 commit 125ebf9
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 @@ -17,14 +17,14 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
path: website
name: build.zip

- name: Display structures
run: ls -R

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

- name: Upload Artifacts to GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 125ebf9

Please sign in to comment.