Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Jun 25, 2024
1 parent 46b63a8 commit 045440a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, fedora-latest]
platform: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, flatpak-ubuntu-latest]

runs-on: ${{ matrix.platform }}
defaults:
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:

- name: Flatpak Builder
uses: flatpak/flatpak-github-actions@v6.3
id: build_os_flatpak
if: startsWith(matrix.platform, 'ubuntu')
id: build_os_ubuntu_flatpak
if: startsWith(matrix.platform, 'flatpak')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
Expand All @@ -120,5 +120,5 @@ jobs:
if: startsWith(matrix.platform, 'ubuntu')
with:
name: ${{ matrix.platform }}
path: "${{ join(fromJSON(steps.build_os_flatpak.outputs.artifactPaths), '\n') }}"
path: "${{ join(fromJSON(steps.build_os_ubuntu_flatpak.outputs.artifactPaths), '\n') }}"

0 comments on commit 045440a

Please sign in to comment.