Skip to content

Commit

Permalink
Create dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Hiles authored Aug 3, 2024
1 parent b741697 commit e904a5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Build Flatpak"
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: nix develop --command just flatpak-build
- uses: actions/[email protected]
with:
name: quad.flatpak
path: build/quad.flatpak

0 comments on commit e904a5f

Please sign in to comment.