Fix DEB package workflow
This commit is contained in:
parent
efbe0e8717
commit
09699c140a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ jobs:
|
|||
- name: Extract repository code
|
||||
run: mkdir -p looper && tar -xf source.tar.zst -C looper
|
||||
- name: Build package
|
||||
run: cd looper && gbp build-package
|
||||
run: cd looper && gbp buildpackage --git-ignore-new
|
||||
- name: Upload package artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue