File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 4141 if :
4242 matrix.node == 14 && matrix.os == 'macos-11' && startsWith(github.ref,
4343 ' refs/tags/' )
44- - run : npm run prebuild-linux-arm
45- if :
46- matrix.node == 14 && matrix.os == 'ubuntu-18.04' &&
47- startsWith(github.ref, 'refs/tags/')
4844 - uses : actions/upload-artifact@v2
4945 if : matrix.node == 14 && startsWith(github.ref, 'refs/tags/')
5046 with :
6561 - run :
6662 tar -cvf "${{ steps.get_version.outputs.version
6763 }}-darwin-x64+arm64.tar" -C "prebuilds/macos-11" .
68- - run :
69- tar -cvf "${{ steps.get_version.outputs.version }}-linux-arm.tar" -C
70- " prebuilds/ubuntu-18.04" linux-arm
71- - run :
72- tar -cvf "${{ steps.get_version.outputs.version }}-linux-arm64.tar" -C
73- " prebuilds/ubuntu-18.04" linux-arm64
7464 - run :
7565 tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
7666 " prebuilds/ubuntu-18.04" linux-x64
You can’t perform that action at this time.
0 commit comments