Attempt 17

Please be the end
This commit is contained in:
SuperSonic16 2025-01-22 01:23:09 +11:00
parent 2f45ad95a4
commit 7c37638c22

View file

@ -57,12 +57,12 @@ jobs:
- name: Build Flatpak
run: |
echo "commit_message=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
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 build-bundle repo ./${{ env.FLATPAK_ID }}.flatpak ${{ env.FLATPAK_ID }} --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
# Uplodads the built flatpak bundle to GitHub
# Uploads the built flatpak bundle to GitHub
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with: