Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoidMaster authored Oct 30, 2024
1 parent 539de16 commit 7ba9572
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release DevBuild
name: Release
permissions: write-all

on:
Expand Down Expand Up @@ -35,11 +35,12 @@ jobs:

- name: Run Electron Builder
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
pnpm electron-builder --linux --publish always
else
pnpm electron-builder --win --publish always
fi
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 7ba9572

Please sign in to comment.