Skip to content

Commit

Permalink
fix: test github artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Sep 5, 2024
1 parent 1ee83e8 commit adbff33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: build
name: build.zip
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: build
name: build.zip

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

0 comments on commit adbff33

Please sign in to comment.