Archived
1
0
This commit is contained in:
Anmol Sethi
2020-05-27 18:04:36 -04:00
parent fbd85649f9
commit 69ad52907e
5 changed files with 16 additions and 17 deletions

View File

@ -54,10 +54,10 @@ jobs:
with:
name: npm-package
path: ./release-npm-package
- name: Run ./ci/steps/release-standalone.sh
- name: Run ./ci/steps/release-packages.sh
uses: ./ci/container
with:
args: ./ci/steps/release-standalone.sh
args: ./ci/steps/release-packages.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-standalone.sh
- name: Run ./ci/steps/release-packages.sh
uses: ./ci/container/arm64
with:
args: ./ci/steps/release-standalone.sh
args: ./ci/steps/release-packages.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-standalone.sh
- run: ./ci/steps/release-packages.sh
env:
# Otherwise we get rate limited when fetching the ripgrep binary.
# For whatever reason only MacOS needs it.