Attempt 10

This commit is contained in:
SuperSonic16 2025-01-21 07:09:35 +11:00 committed by Dario
parent 1bbed4adcd
commit bf4365f6f5

View file

@ -48,6 +48,7 @@ jobs:
- name: Build Flatpak - name: Build Flatpak
run: | run: |
export CCACHE_DIR=/home/runner/work/UnleashedRecomp/UnleashedRecomp/.ccache
sudo flatpak-builder --force-clean --install-deps-from=flathub --repo=repo --install builddir --ccache ./flatpak/${{ env.FLATPAK_ID }}.json sudo flatpak-builder --force-clean --install-deps-from=flathub --repo=repo --install builddir --ccache ./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
@ -56,3 +57,10 @@ jobs:
with: with:
name: UnleashedRecomp-flatpak name: UnleashedRecomp-flatpak
path: ./${{ env.FLATPAK_ID }}.flatpak path: ./${{ env.FLATPAK_ID }}.flatpak
- name: Upload artifact to Discord
uses: sinshutu/upload-to-discord@master
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
with:
args: ./${{ env.FLATPAK_ID }}.flatpak