The workdir worked! Add it to the gbp call, too

This commit is contained in:
2025-06-09 11:44:58 -05:00
parent 41277146a0
commit 077ad67c99

View File

@@ -48,6 +48,7 @@ jobs:
working-directory: ./gt-tool
- name: Build the package
run: gbp buildpackage
working-directory: ./gt-tool
- name: Install the tool we just built
run: dpkg -i gt-tool*.deb # TODO: Pick out the exact version instead of globbing
- name: Upload the packaging parts