Skip to content

Commit

Permalink
fix wasm archive name in test-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 21, 2024
1 parent 15cfdee commit 43f85e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Upload built archive
uses: actions/upload-artifact@v4
with:
name: test-archive-wasm
name: glistix-test-browser
path: |
${{ env.ASSET }}
${{ env.ASSET }}.sha256
Expand Down

0 comments on commit 43f85e9

Please sign in to comment.