Skip to content

Commit

Permalink
ci: try to fix upload artifact problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jan 31, 2025
1 parent 28a8a47 commit aaf747b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
manifest-path: flatpak/org.jousse.vincent.Pomodorolm.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 aaf747b

Please sign in to comment.