Skip to content

Commit 4796dc3

Browse files
committed
github: Fix uploading of flatpak artifacts
See flatpak/flatpak-github-actions#184
1 parent 94d9e72 commit 4796dc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/builds.yml

+8
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,11 @@ jobs:
520520
bundle: input-leap.flatpak
521521
manifest-path: dist/flatpak/io.github.input_leap.InputLeap.yml
522522
cache-key: flatpak-builder-${{ github.sha }}
523+
upload-artifact: false
524+
525+
- uses: actions/upload-artifact@v4
526+
if: env.B_BUILD_TYPE == 'Release'
527+
with:
528+
name: input-leap-flatpak-x86_64
529+
path: input-leap.flatpak
530+
if-no-files-found: error

0 commit comments

Comments
 (0)