We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66af3a8 commit 42e9d32Copy full SHA for 42e9d32
.github/workflows/linux-daily-check.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- "v*"
7
+ workflow_dispatch:
8
9
jobs:
10
update:
.github/workflows/macos-daily-check.yml
@@ -62,7 +63,7 @@ jobs:
62
63
run: |
64
cd node/out/Release
65
ln libnode.* libnode.dylib
- tar -cJf "libnode-${{ matrix.arch }}-linux.tar.xz" libnode.* node
66
+ tar -cJf "libnode-${{ matrix.arch }}-macos.tar.xz" libnode.* node
67
68
- name: Upload binaries to release
69
uses: svenstaro/upload-release-action@v2
.github/workflows/windows-daily-check.yml
0 commit comments