Skip to content

Commit

Permalink
github: Fix uploading of flatpak artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed Oct 10, 2024
1 parent 42661e4 commit e33502d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,3 +520,11 @@ jobs:
bundle: input-leap.flatpak
manifest-path: dist/flatpak/io.github.input_leap.InputLeap.yml
cache-key: flatpak-builder-${{ github.sha }}
upload-artifact: false

- uses: actions/upload-artifact@v4
if: env.B_BUILD_TYPE == 'Release'
with:
name: input-leap-flatpak-x86_64
path: input-leap.flatpak
if-no-files-found: error

0 comments on commit e33502d

Please sign in to comment.