diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a04b0f33..1f3ecc87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,5 @@ jobs: fetch-depth: 0 - uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1 with: - manifest-path: im.dino.Dino.json
\ No newline at end of file + manifest-path: im.dino.Dino.json + build-bundle: false |