Skip to content

Commit b0bb91c

Browse files
committed
hopefully debug now
1 parent 464abaf commit b0bb91c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)