mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
remove unsupported action
This commit is contained in:
parent
0b43b85905
commit
9cf9e8916f
2 changed files with 0 additions and 30 deletions
29
.github/workflows/flatpak.yml
vendored
29
.github/workflows/flatpak.yml
vendored
|
|
@ -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
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
*flatpak*
|
||||
!flatpak.yml
|
||||
build
|
||||
Cargo.lock
|
||||
repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue