Skip to content

Commit

Permalink
ci: fix yaml syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
knuxify committed Sep 28, 2024
1 parent 3cb1b36 commit 44e85a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ on:
push:
branches: [main]
pull_request:

name: Build Linux Flatpak
jobs:
flatpak:
name: "Linux: Flatpak"
name: 'Linux/Flatpak'
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.7
options: --privileged
steps:
- uses: actions/checkout@v4
submodules: recursive
submodules: recursive
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: mossball.flatpak
Expand Down

0 comments on commit 44e85a6

Please sign in to comment.