Skip to content

Commit

Permalink
ci: add name for wasm artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 12, 2024
1 parent 312d459 commit 24f7f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
- name: Upload wasm artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
path: 'ui/gsa.wasm'
path: 'ui/gsa.wasm'
name: wasm

0 comments on commit 24f7f12

Please sign in to comment.