simplify flatpak action, run on push
This commit is contained in:
parent
e7b772ef66
commit
8d561daa79
1 changed files with 5 additions and 3 deletions
8
.github/workflows/flatpak.yml
vendored
8
.github/workflows/flatpak.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: "Build Flatpaks"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
tags: ["*"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -13,9 +16,8 @@ jobs:
|
|||
|
||||
- name: Lix GHA Installer Action
|
||||
uses: samueldr/lix-gha-installer-action@v2026-02-22
|
||||
|
||||
- name: Enable flakes
|
||||
run: echo "experimental-features = nix-command flakes" > /etc/nix/nix.conf
|
||||
with:
|
||||
extra_nix_config: experimental-features = nix-command flakes
|
||||
|
||||
- name: Build app
|
||||
run: nix build .#flatpak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue