Skip to content

Merge pull request #292 from AchetaGames/major_rewrite #228

Merge pull request #292 from AchetaGames/major_rewrite

Merge pull request #292 from AchetaGames/major_rewrite #228

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
release:
release:
types: [ published ]
env:
CARGO_TERM_COLOR: always
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: epic_asset_manager.flatpak
manifest-path: build-aux/io.github.achetagames.epic_asset_manager.json
cache-key: flatpak-builder-${{ github.sha }}