CI/CD edit
This commit is contained in:
@@ -17,6 +17,11 @@ jobs:
|
||||
- run: sudo dnf install -y nodejs
|
||||
- name: "Check out repo code"
|
||||
uses: actions/checkout@v4
|
||||
- name: Import GPG key
|
||||
uses: crazy-max/ghaction-import-gpg@v6
|
||||
with:
|
||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASS }}
|
||||
# - name: Push flatpak to repo
|
||||
# run: |
|
||||
# git clone https://github.com/flatpak/flat-manager.git
|
||||
@@ -28,6 +33,7 @@ jobs:
|
||||
bundle: RDPConnect.flatpak
|
||||
manifest-path: com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
|
||||
cache-key: flatpak-builder-${{ gitea.sha }}
|
||||
gpg-sign: kaplanantonin@gmail.com
|
||||
|
||||
- run: ls
|
||||
- run: ls com.angoosh.RDPConnect
|
||||
@@ -40,10 +46,4 @@ jobs:
|
||||
echo $REPO_TOKEN
|
||||
echo $FLATMAN_URL
|
||||
./flat-manager/flat-manager-client push --commit $FLATMAN_URL repo
|
||||
|
||||
# - uses: flatpak/flatpak-github-actions/flat-manager@v6
|
||||
# name: "Deploy"
|
||||
# with:
|
||||
# repository: stable
|
||||
# flat-manager-url: https://flatpak.angoosh.com
|
||||
# token: ${{ secrets.FLATMAN_API_TOKEN }}
|
||||
./flat-manager/flat-manager-client publish $FLATMAN_URL
|
||||
|
||||
Reference in New Issue
Block a user