minor changes in CI/CD
This commit is contained in:
@@ -3,8 +3,8 @@ run-name: ${{ gitea.actor }}
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
# paths:
|
||||||
- com.angoosh.RDPConnect/**
|
# - com.angoosh.RDPConnect/**
|
||||||
jobs:
|
jobs:
|
||||||
flatpak:
|
flatpak:
|
||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
@@ -13,11 +13,12 @@ jobs:
|
|||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-47
|
image: bilelmoussaoui/flatpak-github-actions:gnome-47
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Check out repo code
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
uses: actions/checkout@v4
|
||||||
name: "Build"
|
name: "Build"
|
||||||
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
manifest-path: com.angoosh.RDPConnect.yml
|
manifest-path: com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
|
||||||
cache-key: flatpak-builder-${{ gitea.sha }}
|
cache-key: flatpak-builder-${{ gitea.sha }}
|
||||||
- uses: flatpak/flatpak-github-actions/flat-manager@v6
|
- uses: flatpak/flatpak-github-actions/flat-manager@v6
|
||||||
name: "Deploy"
|
name: "Deploy"
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
name: com.angoosh.RDPConnect deploy
|
|
||||||
run-name: ${{ gitea.actor }}
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
jobs:
|
|
||||||
flatpak:
|
|
||||||
name: "Flatpak"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-47
|
|
||||||
options: --privileged
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
|
||||||
name: "Build"
|
|
||||||
with:
|
|
||||||
manifest-path: com.angoosh.RDPConnect.yml
|
|
||||||
cache-key: flatpak-builder-${{ gitea.sha }}
|
|
||||||
- uses: flatpak/flatpak-github-actions/flat-manager@v6
|
|
||||||
name: "Deploy"
|
|
||||||
with:
|
|
||||||
repository: stable
|
|
||||||
flat-manager-url: https://flatpak.angoosh.com
|
|
||||||
token: ${{ secrets.FLATMAN_API_TOKEN }}
|
|
||||||
Binary file not shown.
Binary file not shown.
BIN
repo/summary
BIN
repo/summary
Binary file not shown.
BIN
repo/summary.idx
BIN
repo/summary.idx
Binary file not shown.
Reference in New Issue
Block a user