Skip to content

update screenshots information in metainfo #15

update screenshots information in metainfo

update screenshots information in metainfo #15

Workflow file for this run

# name: Flatpak
#
# on:
# push:
# tags:
# - "v*.*.*"
# pull_request:
# workflow_dispatch:
#
# permissions:
# contents: write
#
# jobs:
# build-flatpak:
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
# options: --privileged
#
# steps:
# - name: Checkout flatpak-build branch
# uses: actions/checkout@v4
# with:
# ref: flatpak-build
#
# - name: Set version from tag
# id: version
# run: |
# VERSION="${GITHUB_REF_NAME}"
# echo "version=$VERSION" >> $GITHUB_OUTPUT
#
# - name: Build Flatpak bundle
# uses: flatpak/flatpak-github-actions/flatpak-builder@v6
# with:
# manifest-path: io.github.archisman_panigrahi.wombat.json
# bundle: wombat-${{ steps.version.outputs.version }}.flatpak
# cache-key: flatpak-builder-${{ github.sha }}
# upload-artifact: true
#
# - name: Create GitHub Release and upload Flatpak
# uses: softprops/action-gh-release@v2
# with:
# tag_name: ${{ steps.version.outputs.version }}
# name: Wombat ${{ steps.version.outputs.version }}
# files: wombat-${{ steps.version.outputs.version }}.flatpak