There was an error while loading. Please reload this page.
1 parent b61faae commit 75c6929Copy full SHA for 75c6929
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Build & publish binary node
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch:
7
8
concurrency:
9
group: ${{ github.head_ref || github.run_id }}
@@ -68,7 +69,7 @@ jobs:
68
69
uses: actions/upload-artifact@v4
70
if: matrix.node == 18
71
with:
- name: prebuilt-binaries
72
+ name: prebuilt-binaries-${{ matrix.target }}
73
path: build/stage/*/*
74
retention-days: 7
75
0 commit comments