Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
pattern: rolldown-native-*
merge-multiple: true

- name: Download rolldown native
Comment thread
Brooooooklyn marked this conversation as resolved.
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
path: rolldown/packages/rolldown/src
Comment thread
Brooooooklyn marked this conversation as resolved.
name: rolldown-native-x86_64-unknown-linux-gnu
Comment thread
Brooooooklyn marked this conversation as resolved.

- name: Download global dist
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
Expand Down
Loading