Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 16, 2024
1 parent 14e926a commit 90613ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 'Upload build artifact'
uses: actions/upload-artifact@v4
with:
name: artifacts-'${{ matrix.os }}'
name: artifacts-${{ matrix.os }}
path: build/**/*.zip

release:
Expand Down

0 comments on commit 90613ca

Please sign in to comment.