From 9cf9e8916fa3090d748b5d0996a348e56044738f Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 12 Oct 2025 16:20:41 +0300 Subject: [PATCH] remove unsupported action --- .github/workflows/flatpak.yml | 29 ----------------------------- .gitignore | 1 - 2 files changed, 30 deletions(-) delete mode 100644 .github/workflows/flatpak.yml diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml deleted file mode 100644 index 9e4f4765..00000000 --- a/.github/workflows/flatpak.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Publish Flatpak on Release - -on: - release: - types: [created] - -jobs: - publish: - runs-on: ubuntu-latest - - steps: - - name: Checkout Code - uses: actions/checkout@v4 - - - name: Set up Flatpak - run: | - sudo apt install flatpak - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - - - name: Build Flatpak Bundle - run: | - flatpak-builder --force-clean build --install-deps-from=flathub --repo=repo --user io.github.yggverse.Yoda.yaml - flatpak build-bundle repo Yoda.flatpak io.github.yggverse.Yoda - - - name: Upload Flatpak Bundle - uses: actions/upload-artifact@v4 - with: - name: Yoda.flatpak - path: Yoda.flatpak \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9046e577..fe21aa37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *flatpak* -!flatpak.yml build Cargo.lock repo