[CI] Start minified builds as testing.asar
This commit is contained in:
parent
b0c0e46065
commit
508876294b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release_nightly.yml
vendored
6
.github/workflows/release_nightly.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
mkdir src
|
||||
cp index.js src
|
||||
cp package.json src
|
||||
npx asar pack src minified.asar
|
||||
npx asar pack src testing.asar
|
||||
|
||||
- name: GitHub Release
|
||||
run: |
|
||||
|
@ -60,5 +60,5 @@ jobs:
|
|||
VERSION: 'nightly'
|
||||
NAME: 'Nightly'
|
||||
BODY: Latest Nightly release
|
||||
# FILES: app.asar debug.asar
|
||||
FILES: app.asar
|
||||
FILES: app.asar testing.asar
|
||||
# FILES: app.asar
|
Loading…
Reference in a new issue