From fce71429bdbccc1a853e3c241f721bd55af3c483 Mon Sep 17 00:00:00 2001 From: CanadaHonk <19228318+CanadaHonk@users.noreply.github.com> Date: Thu, 3 Feb 2022 23:06:49 +0000 Subject: [PATCH] [CI] Strip source of comments in releases --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0685b0c..c378378 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 @@ -107,4 +108,4 @@ jobs: VERSION: 'nightly' NAME: 'Nightly' #FILES: app.asar minified_testing_dont_use.asar - FILES: app.asar \ No newline at end of file + FILES: app.asar