Update flatpak-build.yml

This commit is contained in:
Jeffry Samuel 2024-08-04 18:10:29 -06:00 committed by GitHub
parent b8d1d43822
commit ea98ee5e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,11 +22,11 @@ jobs:
- name: Update Flatpak Manifest
run: |
sed -i "s/\"commit\" : \".*\"/\"commit\" : \"${COMMIT_ID}\"/" path/to/your/manifest.json
sed -i 's|"url" : "file:///home/tentri/Documents/Alpaca" : "https://github.com/Jeffser/Alpaca"|g' ./com.jeffser.Alpaca.json
- name: Build Flatpak
run: |
flatpak-builder --force-clean --repo=repo builddir path/to/your/manifest.json
flatpak-builder --force-clean --repo=repo builddir ./com.jeffser.Alpaca.json
- name: Upload Flatpak Artifact
uses: actions/upload-artifact@v2