Skip to content

Commit

Permalink
ci: fix release regression (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 3, 2024
1 parent d4d6c59 commit 7f1cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Upload WASM artifact
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
name: wasm-${{ matrix..target }}
name: wasm-${{ matrix.target }}
path: |
./packages/@biomejs/wasm-bundler
./packages/@biomejs/wasm-nodejs
Expand Down

0 comments on commit 7f1cb6f

Please sign in to comment.