Skip to content

Construct tuple variant directly. #89

Construct tuple variant directly.

Construct tuple variant directly. #89

Workflow file for this run

name: CI
on:
push:
branches: [main]
tags:
- '*'
pull_request:
permissions:
contents: write
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/[email protected]
with:
bundle: pwvucontrol.flatpak
manifest-path: build-aux/com.saivert.pwvucontrol.json
cache-key: flatpak-builder-${{ github.sha }}
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: pwvucontrol.flatpak