ci: fix wasm artifact names for release workflow#8468
Conversation
|
WalkthroughThe release workflow configuration has been refactored to use matrix-based per-target artifact naming and paths instead of static names. Artifact uploads now employ dynamic naming using the matrix target variable, and paths have been consolidated to a single per-target package location. Node.js registry URL strings have been updated to use consistent double-quote formatting. Minor formatting adjustments have also been made throughout the workflow file. Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (3)
Comment |
| uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 | ||
| with: | ||
| name: wasm-artefacts | ||
| name: ${{ matrix.target }}-artefact |
There was a problem hiding this comment.
TIL artefact is an alternative spelling of artifact
Summary
Test Plan
Docs