mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Remove direct install arg from build-flatpak.yml (#206)
This commit is contained in:
parent
81d4390076
commit
d2d8c541e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-flatpak.yml
vendored
2
.github/workflows/build-flatpak.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: |
|
||||
echo "commit_message=$(git log -1 --pretty=%s)" >> $GITHUB_ENV
|
||||
export CCACHE_DIR=/tmp/ccache
|
||||
flatpak-builder --user --force-clean --install-deps-from=flathub --repo=repo --install --ccache builddir ./flatpak/${{ env.FLATPAK_ID }}.json
|
||||
flatpak-builder --user --force-clean --install-deps-from=flathub --repo=repo --ccache builddir ./flatpak/${{ env.FLATPAK_ID }}.json
|
||||
flatpak build-bundle repo ./${{ env.FLATPAK_ID }}.flatpak ${{ env.FLATPAK_ID }} --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
# Uploads the built flatpak bundle to GitHub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue