Skip to content

Commit

Permalink
perf: remove unsed file
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 9, 2024
1 parent 54b84d9 commit 16dde9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
ARCH: ['x86_64']
ARCH: ['x64']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
tools/build-prepare.sh
asar e app/app.asar app/app
npm run pkg-linux
rm -rf tmp/build/linux-unpacked
rm -rf tmp/build/linux-${{ matrix.ARCH }}-unpacked
# tools/build-appimage.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
- name: Upload artifact
Expand All @@ -221,7 +221,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
ARCH: ['x86_64']
ARCH: ['x64']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
tools/build-prepare.sh
asar e app/app.asar app/app
npm run pkg-win
rm -rf tmp/build/win-unpacked
rm -rf tmp/build/win-${{ matrix.ARCH }}-unpacked
# tools/build-appimage.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
- name: Upload artifact
Expand Down

0 comments on commit 16dde9b

Please sign in to comment.