mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
publish from github actions
This commit is contained in:
parent
8962dc4aef
commit
57800fbf0e
2 changed files with 4 additions and 2 deletions
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
|
|
@ -37,8 +37,9 @@ jobs:
|
||||||
run: yarn run dist --publish=never
|
run: yarn run dist --publish=never
|
||||||
- name: Build (push)
|
- name: Build (push)
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: yarn run dist --publish=never
|
run: yarn run dist
|
||||||
env:
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CSC_LINK: ${{ secrets.MAC_CERT_P12_BASE64 }}
|
CSC_LINK: ${{ secrets.MAC_CERT_P12_BASE64 }}
|
||||||
CSC_KEY_PASSWORD: ${{ secrets.MAC_CERT_P12_PASSWORD }}
|
CSC_KEY_PASSWORD: ${{ secrets.MAC_CERT_P12_PASSWORD }}
|
||||||
WIN_CSC_LINK: ${{ secrets.WIN_CERT_P12_BASE64 }}
|
WIN_CSC_LINK: ${{ secrets.WIN_CERT_P12_BASE64 }}
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,8 @@
|
||||||
"afterInstall": "./build/linux/after-install.tpl"
|
"afterInstall": "./build/linux/after-install.tpl"
|
||||||
},
|
},
|
||||||
"snap": {
|
"snap": {
|
||||||
"confinement": "classic"
|
"confinement": "classic",
|
||||||
|
"publish": "github"
|
||||||
},
|
},
|
||||||
"protocols": {
|
"protocols": {
|
||||||
"name": "ssh URL",
|
"name": "ssh URL",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue