Update .forgejo/workflows/build.yml
Some checks failed
Auto build / Build Debian Package (push) Successful in 37s
Auto build / Build Flatpak Package (push) Failing after 28s

This commit is contained in:
Nova Cat 2024-12-27 00:09:40 -08:00
parent 6832d425e9
commit 074a7287a1

View file

@ -1,4 +1,4 @@
name: Sanity check
name: Auto build
on:
push:
@ -35,6 +35,8 @@ jobs:
run: flatpak -y --user install flathub org.freedesktop.Platform//24.08
- name: Generate file for use in flatpak
run: python generate-flatpak.py
- name: Intialize builder
run: flatpak init-build
- name: Build flatpak package
run: flatpak-builder flatpak codes.swee.SweeCryptGTK.json
- uses: actions/upload-artifact@v3