Skip to content

Commit 75c6929

Browse files
committed
Fix CI
1 parent b61faae commit 75c6929

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build & publish binary node
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.head_ref || github.run_id }}
@@ -68,7 +69,7 @@ jobs:
6869
uses: actions/upload-artifact@v4
6970
if: matrix.node == 18
7071
with:
71-
name: prebuilt-binaries
72+
name: prebuilt-binaries-${{ matrix.target }}
7273
path: build/stage/*/*
7374
retention-days: 7
7475

0 commit comments

Comments
 (0)