Skip to content

Commit

Permalink
Use default PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Aug 17, 2024
1 parent 749982c commit 25e83ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ env:
jobs:

Release_Linux:
if: github.event.inputs.win11only != 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -100,7 +101,6 @@ jobs:
exit 1
fi
- name: Build and publish 64bit
if: github.event.inputs.win11only != 'true'
env:
USE_HARD_LINKS: false
run: |
Expand All @@ -115,7 +115,6 @@ jobs:
npx electron-builder --linux AppImage:x64 AppImage:arm64 deb:x64 --projectDir dist
fi
- name: Build and pulblish 32bit
if: github.event.inputs.win11only != 'true'
env:
USE_HARD_LINKS: false
run: |
Expand Down Expand Up @@ -271,7 +270,6 @@ jobs:
}
./scripts/Rewrite-DraftReleaseTag.ps1
- name: Run electron builder for Win 10/11
shell: pwsh
run: |
$GITHUB_TOKEN = $Env:GITHUB_TOKEN
$INPUT_VERSION = $Env:INPUT_VERSION
Expand Down

0 comments on commit 25e83ae

Please sign in to comment.