This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Expand file tree Collapse file tree 2 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 2222 with :
2323 node-version : ${{matrix.node}}
2424 - name : Install
25- run : npm install --unsafe-perm
25+ run : npm ci --unsafe-perm
2626 - name : Publish prebuild
2727 shell : bash
2828 run : npm run prebuild -- -t ${{matrix.target}} -r ${{matrix.runtime}} --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u ${{ secrets.GITHUB_TOKEN }}
4444 with :
4545 node-version : ${{matrix.node}}
4646 - name : Install
47- run : npm install --unsafe-perm
47+ run : npm ci --unsafe-perm
4848 - name : Publish prebuild
4949 shell : bash
50- run : npm run prebuild -- -t ${{matrix.target}} -r ${{matrix.runtime}} --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u ${{ secrets.GITHUB_TOKEN }}
50+ run : npm run prebuild -- -t ${{matrix.target}} -r ${{matrix.runtime}} --include-regex "\.(node|a|so|dylib|lib|dll).*$" -u ${{ secrets.GITHUB_TOKEN }}
51+
52+ deploy :
53+ needs :
54+ - prebuild-node
55+ - prebuild-electron
56+ runs-on : ubuntu-latest
57+ steps :
58+ - name : Set up Git repository
59+ uses : actions/checkout@v2
60+ - name : Set up node
61+ uses : actions/setup-node@v2
62+ with :
63+ node-version : 14
64+ - name : Publish tagged release
65+ uses : JS-DevTools/npm-publish@v1
66+ with :
67+ token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 33.vscode
44build
55bin
6- node_modules
7- crash.log
6+ * .log
87data
98test
109examples
11- .travis.yml
1210doc
13- coverage
14- coverage-report
15- tmpdata
1611ci
1712.dockerignore
1813dist
19- native-node-utils
14+ prebuilds
15+ .github
You can’t perform that action at this time.
0 commit comments