Archived
1
0
This commit is contained in:
Anmol Sethi
2020-05-27 17:55:57 -04:00
parent 30e9c516e7
commit fbd85649f9
2 changed files with 8 additions and 5 deletions

View File

@ -54,10 +54,10 @@ jobs:
with:
name: npm-package
path: ./release-npm-package
- name: Run ./ci/steps/release-static.sh
- name: Run ./ci/steps/release-standalone.sh
uses: ./ci/container
with:
args: ./ci/steps/release-static.sh
args: ./ci/steps/release-standalone.sh
- name: Upload release artifacts
uses: actions/upload-artifact@v2
with:
@ -74,10 +74,10 @@ jobs:
with:
name: npm-package
path: ./release-npm-package
- name: Run ./ci/steps/release-static.sh
- name: Run ./ci/steps/release-standalone.sh
uses: ./ci/container/arm64
with:
args: ./ci/steps/release-static.sh
args: ./ci/steps/release-standalone.sh
- name: Upload release artifacts
uses: actions/upload-artifact@v2
with:
@ -96,7 +96,7 @@ jobs:
path: ./release-npm-package
- run: brew unlink node@12
- run: brew install node
- run: ./ci/steps/release-static.sh
- run: ./ci/steps/release-standalone.sh
env:
# Otherwise we get rate limited when fetching the ripgrep binary.
# For whatever reason only MacOS needs it.