Use testing, since unstable has large transition ongoing
This commit is contained in:
parent
2a90f45f9c
commit
7d0e34a233
1
.github/workflows/packaging_test.yml
vendored
1
.github/workflows/packaging_test.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
uses: dawidd6/action-debian-package@v1.4.0
|
||||
with:
|
||||
artifacts_directory: debian/build/release/
|
||||
os_distribution: testing
|
||||
- name: Debug
|
||||
run: |
|
||||
ls -la
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -56,6 +56,7 @@ jobs:
|
|||
uses: dawidd6/action-debian-package@v1.4.0
|
||||
with:
|
||||
artifacts_directory: debian/build/release/
|
||||
os_distribution: testing
|
||||
# - name: Build Debian package
|
||||
# uses: pi-top/action-debian-package@v0.2.0
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue