[CI] Remove temp JS files in src after strip
This commit is contained in:
parent
cdd0322bc8
commit
6140f6fff4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_nightly.yml
vendored
1
.github/workflows/release_nightly.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
- name: Pack base asar
|
||||
run: |
|
||||
node scripts/strip.js
|
||||
rm src/splash/_splashScreen.rewrite.js
|
||||
node scripts/injectPolyfills.js
|
||||
sed -i -e "s/nightly/nightly-$(git rev-parse HEAD | cut -c 1-7)/" src/index.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue