CI/CD edit
This commit is contained in:
@@ -14,6 +14,7 @@ jobs:
|
|||||||
options: --privileged
|
options: --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- run: git version
|
||||||
- run: sudo dnf install -y nodejs
|
- run: sudo dnf install -y nodejs
|
||||||
- name: "Check out repo code"
|
- name: "Check out repo code"
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -23,6 +24,7 @@ jobs:
|
|||||||
bundle: RDPConnect.flatpak
|
bundle: RDPConnect.flatpak
|
||||||
manifest-path: com.angoosh.RDPConnect/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"
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user