File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,9 @@ jobs:
198198 run : |
199199 echo "commit_message=$(git log -1 --pretty=%s)" >> $GITHUB_ENV
200200 export CCACHE_DIR=/tmp/ccache
201- flatpak-builder --user --force-clean --install-deps-from=flathub --repo=repo --ccache builddir ./flatpak/${{ env.FLATPAK_ID }}.json
201+ flatpak-builder --user --force-clean --install-deps-from=flathub --repo=repo --ccache --buildtype=debug builddir ./flatpak/${{ env.FLATPAK_ID }}.json
202202 flatpak build-bundle repo ./${{ env.FLATPAK_ID }}.flatpak ${{ env.FLATPAK_ID }} --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
203+ flatpak build-bundle repo ./${{ env.FLATPAK_ID }}.Debug.flatpak ${{ env.FLATPAK_ID }}.Debug --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
203204
204205 - name : Upload Artifact
205206 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments