-
-
Notifications
You must be signed in to change notification settings - Fork 794
ci: fix wasm artifact names for release workflow #8468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL artefact is an alternative spelling of artifact
Summary
Test Plan
Docs