Extend linux app images by 128 and 256 bit PNG #107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Flatpak | |
on: push | |
# push: | |
# branches: [main] | |
# pull_request: | |
jobs: | |
flatpak: | |
name: "Flatpak" | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:kde-6.5 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6 | |
with: | |
bundle: xca.flatpak | |
manifest-path: misc/de.hohnstaedt.xca.yaml | |
cache-key: flatpak-builder-${{ github.sha }} |