Skip to content

Commit

Permalink
[BUGFIX] Flatpack building
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Dec 29, 2024
1 parent 5ff2a76 commit ebc2495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'version.inc'
- 'resources/**'
- ".github/workflows/*.yml"
- ".flatpack/**"
- "build_release_linux.sh"
- "build_release_macos.sh"
- "build_win.bat"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build_flatpak:
name: Compile & Bundle Flatpak
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
Expand All @@ -32,7 +32,7 @@ jobs:
shell: bash

- name: Build PrusaSlicer (BOSS) Linux Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
uses: flatpak/flatpak-github-actions/flatpak-builder@master
with:
bundle: PrusaSlicer-${{ env.ver }}+Linux-${{ env.date }}.flatpak
manifest-path: .flatpak/io.github.mjonuschat.PrusaSlicer.yml
Expand Down

0 comments on commit ebc2495

Please sign in to comment.