Skip to content

Commit

Permalink
[ci] Fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jan 2, 2022
1 parent 115fb7a commit 4428a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- run: npm test
- run: npm run prebuild
if:
matrix.node == 14 && matrix.os != 'macos-latest' && startsWith(github.ref,
'refs/tags/')
matrix.node == 14 && matrix.os != 'macos-latest' &&
startsWith(github.ref, 'refs/tags/')
- run: npm run prebuild-darwin-x64+arm64
if:
matrix.node == 14 && matrix.os == 'macos-latest' && startsWith(github.ref,
'refs/tags/')
matrix.node == 14 && matrix.os == 'macos-latest' &&
startsWith(github.ref, 'refs/tags/')
- uses: actions/upload-artifact@v2
if: matrix.node == 14 && startsWith(github.ref, 'refs/tags/')
with:
Expand Down

0 comments on commit 4428a47

Please sign in to comment.