Fix DEB package workflow

This commit is contained in:
Zachary Hall 2024-12-17 18:21:04 -08:00
parent efbe0e8717
commit 09699c140a

View file

@ -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: