Skip to content

Commit

Permalink
CI: Dont upload flatpak with flatpak builder
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 16, 2024
1 parent 337730a commit b71651e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ jobs:
name: tanoshi-app-linux-${{ matrix.name }}
path: target/release/

- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
# Only master contains the upload-artifact option. Waiting on
# https://github.com/flatpak/flatpak-github-actions/issues/203
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
if: matrix.arch != 'aarch64' || matrix.include_arm64
with:
bundle: tanoshi.${{ matrix.arch }}.flatpak
Expand Down

0 comments on commit b71651e

Please sign in to comment.