The workdir worked! Add it to the gbp call, too
This commit is contained in:
@@ -48,6 +48,7 @@ jobs:
|
|||||||
working-directory: ./gt-tool
|
working-directory: ./gt-tool
|
||||||
- name: Build the package
|
- name: Build the package
|
||||||
run: gbp buildpackage
|
run: gbp buildpackage
|
||||||
|
working-directory: ./gt-tool
|
||||||
- name: Install the tool we just built
|
- name: Install the tool we just built
|
||||||
run: dpkg -i gt-tool*.deb # TODO: Pick out the exact version instead of globbing
|
run: dpkg -i gt-tool*.deb # TODO: Pick out the exact version instead of globbing
|
||||||
- name: Upload the packaging parts
|
- name: Upload the packaging parts
|
||||||
|
|||||||
Reference in New Issue
Block a user