Attempt 6

This commit is contained in:
SuperSonic16 2025-01-21 05:18:01 +11:00 committed by Dario
parent ae15a3c6de
commit 94843cc0cc

View file

@ -43,8 +43,8 @@ jobs:
- name: Build Flatpak - name: Build Flatpak
run: | run: |
sudo flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir ${{ env.FLATPAK_ID }}.json sudo flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir ./flatpak/${{ env.FLATPAK_ID }}.json
sudo flatpak build-bundle repo ${{ env.FLATPAK_ID }}.flatpak ${{ env.FLATPAK_ID }} --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo sudo flatpak build-bundle repo ./${{ env.FLATPAK_ID }}.flatpak ${{ env.FLATPAK_ID }} --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4