Skip to content

Commit

Permalink
fixed flatpak github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gastoner committed Oct 27, 2024
1 parent 09f8787 commit ef4c370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: "org.fedoraproject.MediaWriter.flatpak"
manifest-path: "dist/flatpak/org.fedoraproject.MediaWriter.json"
Expand Down
2 changes: 1 addition & 1 deletion dist/flatpak/org.fedoraproject.MediaWriter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "org.fedoraproject.MediaWriter",
"runtime": "org.kde.Platform",
"runtime-version": "6.5",
"runtime-version": "6.6",
"sdk": "org.kde.Sdk",
"command": "mediawriter",
"finish-args": [
Expand Down

0 comments on commit ef4c370

Please sign in to comment.