Skip to content

Commit

Permalink
Linux releases not being uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkahl committed Feb 19, 2025
1 parent 3ef2b62 commit 9fd03c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ jobs:
with:
name: build-${{ inputs.os }}-${{ inputs.arch }}
path: dist_electron/*.exe

- name: Upload Artifacts Linux
if: inputs.os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
name: build-${{ inputs.os }}-${{ inputs.arch }}
path: dist_electron/*.deb

0 comments on commit 9fd03c7

Please sign in to comment.