minor changes in CI/CD

This commit is contained in:
2025-02-12 20:25:08 +01:00
parent 504957b611
commit b998801c40
6 changed files with 6 additions and 30 deletions

View File

@@ -3,8 +3,8 @@ run-name: ${{ gitea.actor }}
on:
push:
branches: [main]
paths:
- com.angoosh.RDPConnect/**
# paths:
# - com.angoosh.RDPConnect/**
jobs:
flatpak:
name: "Flatpak"
@@ -13,11 +13,12 @@ jobs:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- name: Check out repo code
uses: actions/checkout@v4
name: "Build"
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: com.angoosh.RDPConnect.yml
manifest-path: com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
cache-key: flatpak-builder-${{ gitea.sha }}
- uses: flatpak/flatpak-github-actions/flat-manager@v6
name: "Deploy"