edit action

This commit is contained in:
2025-02-18 15:22:50 +01:00
parent d5d8c4d07a
commit f02f631820
2 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ jobs:
- name: "Build" - name: "Build"
uses: flatpak/flatpak-github-actions/flatpak-builder@v6 uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with: with:
build-bundle: false
upload-artifact: false
cache: false
restore-cache: false
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 }}
gpg-sign: kaplanantonin@gmail.com gpg-sign: kaplanantonin@gmail.com

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
flatpak-builder --gpg-sign=kaplanantonin@gmail.com --force-clean --user --install-deps-from=flathub --repo=../repo --install builddir com.angoosh.RDPConnect.yml flatpak-builder --gpg-sign=kaplanantonin@gmail.com --force-clean --user --install-deps-from=flathub --repo=../repo --install builddir com.angoosh.RDPConnect.yml
###flatpak build-bundle repo RDPConnect.flatpak com.angoosh.RDPConnect --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo ####flatpak build-bundle repo RDPConnect.flatpak com.angoosh.RDPConnect --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo