[CI] Strip source of comments in releases
This commit is contained in:
parent
02b393b86e
commit
fce71429bd
1 changed files with 2 additions and 1 deletions
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
npm i -g asar
|
||||
bash scripts/injectPolyfills.sh
|
||||
sed -i -e "s/nightly/nightly-$(git rev-parse HEAD | cut -c 1-7)/" src/index.js
|
||||
bash scripts/strip.sh
|
||||
npx asar pack src app.asar
|
||||
|
||||
- name: Upload artifact
|
||||
|
|
Loading…
Reference in a new issue