[CI] Try different way of making releases
This commit is contained in:
parent
b3d0d3e32b
commit
00e9539e22
1 changed files with 7 additions and 10 deletions
17
.github/workflows/release_nightly.yml
vendored
17
.github/workflows/release_nightly.yml
vendored
|
@ -26,16 +26,13 @@ jobs:
|
||||||
npm i -g asar
|
npm i -g asar
|
||||||
node injectPolyfills.js
|
node injectPolyfills.js
|
||||||
rm -rf src/package-lock.json src/node_modules/.package-lock.json src/splash/splashScreen.js.self src/node_modules/**/package.json src/node_modules/**/*.md src/node_modules/**/.*.yml src/node_modules/**/.npmignore src/node_modules/**/LICENSE src/node_modules/**/test*
|
rm -rf src/package-lock.json src/node_modules/.package-lock.json src/splash/splashScreen.js.self src/node_modules/**/package.json src/node_modules/**/*.md src/node_modules/**/.*.yml src/node_modules/**/.npmignore src/node_modules/**/LICENSE src/node_modules/**/test*
|
||||||
npx asar pack src openasar.asar
|
npx asar pack src app.asar
|
||||||
|
|
||||||
- name: GitHub Release
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
uses: ncipollo/release-action@v1
|
|
||||||
with:
|
with:
|
||||||
tag: "nightly"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
allowUpdates: true
|
automatic_release_tag: "nightly"
|
||||||
prerelease: true
|
prerelease: true
|
||||||
artifacts: "openasar.asar"
|
title: "Nightly"
|
||||||
|
files: |
|
||||||
name: "Nightly"
|
app.asar
|
||||||
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Add table
Add a link
Reference in a new issue