Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fix: artifact local name
Browse files Browse the repository at this point in the history
Signed-off-by: Gaukas Wang <i@gaukas.wang>
  • Loading branch information
gaukas committed Feb 5, 2024
1 parent b5c06e6 commit de48049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: tinygo_v0_${{ matrix.examples }}.wasm
path: tinygo_v0_${{ matrix.examples }}.wasm
path: ${{ matrix.examples }}.wasm
retention-days: 1

release:
Expand Down

0 comments on commit de48049

Please sign in to comment.