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 a254c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -488,7 +488,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: matrix.arch == 'x86_64' || ( matrix.arch == 'aarch64' && github.event.inputs.arm_flatpak == 'true')
with:
name: wiliwili-Linux-${{ needs.version.outputs.version }}-${{ matrix.driver }}
name: wiliwili-Linux-${{ needs.version.outputs.version }}-${{ matrix.arch }}
path: ${{ steps.dep.outputs.FLATPAK_NAME }}
if-no-files-found: error

Expand Down

0 comments on commit a254c44

Please sign in to comment.