Skip to content

Api fix

Api fix #251

Workflow file for this run

name: Rust
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths-ignore:
- '**.md'
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-20.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
with:
bundle: epic_asset_manager.flatpak
manifest-path: build-aux/io.github.achetagames.epic_asset_manager.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}