minor changes in CI/CD
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user