CI/CD edit

This commit is contained in:
2025-02-13 00:39:30 +01:00
parent b596f32d66
commit 1f0e1bd229

View File

@@ -14,14 +14,13 @@ jobs:
options: --privileged options: --privileged
steps: steps:
- run: echo $PATH
- run: whereis node
- 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
- name: "Build" - name: "Build"
uses: flatpak/flatpak-github-actions/flatpak-builder@v6 uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with: with:
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