Skip to content

Commit bc998a5

Browse files
author
Marco Crespi
committed
Merge branch 'develop'
2 parents 6781407 + 1e3e813 commit bc998a5

File tree

3 files changed

+16
-221
lines changed

3 files changed

+16
-221
lines changed

.github/workflows/main.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,12 @@ jobs:
9797
env:
9898
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_CI_TOKEN }}
9999

100-
- name: Setup prebuild
101-
run: echo "upload=$TOKEN" > ~/.prebuildrc
100+
- name: Create node prebuilds
101+
run: npm run prebuild:node -- -u $TOKEN
102102
env:
103103
TOKEN: ${{ secrets.GH_PACKAGES_CI_TOKEN }}
104104

105-
- name: Create node prebuilds
106-
run: npm run prebuild:node
107-
108105
- name: Create electron prebuilds
109-
run: npm run prebuild:electron
106+
run: npm run prebuild:electron -- -u $TOKEN
107+
env:
108+
TOKEN: ${{ secrets.GH_PACKAGES_CI_TOKEN }}

0 commit comments

Comments
 (0)