Skip to content

Commit

Permalink
Flatpak: Using custom upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Oct 23, 2024
1 parent 0d2f810 commit 2591a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ jobs:
with:
platforms: arm64

- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
- uses: xfangfang/flatpak-github-actions/flatpak-builder@master
if: matrix.arch == 'x86_64' || ( matrix.arch == 'aarch64' && github.event.inputs.arm_flatpak == 'true')
with:
bundle: ${{ steps.dep.outputs.FLATPAK_NAME }}
Expand Down

0 comments on commit 2591a02

Please sign in to comment.