mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
Attempt 10
This commit is contained in:
parent
1bbed4adcd
commit
bf4365f6f5
1 changed files with 9 additions and 1 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
|
||||
- name: Build Flatpak
|
||||
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 build-bundle repo ./${{ env.FLATPAK_ID }}.flatpak ${{ env.FLATPAK_ID }} --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
|
|
@ -55,4 +56,11 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
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