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 5b4db78 commit c307290Copy full SHA for c307290
.github/workflows/ci.yml
@@ -36,12 +36,12 @@ jobs:
36
- run: npm test
37
- run: npm run prebuild
38
if:
39
- matrix.node == 14 && matrix.os != 'macos-latest' && startsWith(github.ref,
40
- 'refs/tags/')
+ matrix.node == 14 && matrix.os != 'macos-latest' &&
+ startsWith(github.ref, 'refs/tags/')
41
- run: npm run prebuild-darwin-x64+arm64
42
43
- matrix.node == 14 && matrix.os == 'macos-latest' && startsWith(github.ref,
44
+ matrix.node == 14 && matrix.os == 'macos-latest' &&
45
- uses: actions/upload-artifact@v2
46
if: matrix.node == 14 && startsWith(github.ref, 'refs/tags/')
47
with:
0 commit comments