edit action
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user