mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 13:21:42 +00:00
Attempt 10
This commit is contained in:
parent
1bbed4adcd
commit
bf4365f6f5
1 changed files with 9 additions and 1 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
Loading…
Add table
Reference in a new issue