Updating build pipelines

This commit is contained in:
Jan Wagner 2022-10-20 13:06:19 +02:00
parent 701ad1159a
commit 685fadac6c
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
DEBIAN_FRONTEND: "noninteractive"
- name: Remove github artefacts
run: |
rm -rf .git*
rm -rf .github*
- name: Adjust distibution in changelog file
run: |
sed -i '0,/restricted/s//stable/' debian/changelog
@ -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

View file

@ -48,7 +48,7 @@ jobs:
DEBIAN_FRONTEND: "noninteractive"
- name: Remove github artefacts
run: |
rm -rf .git*
rm -rf .github*
- name: Adjust distibution in changelog file
run: |
sed -i '0,/restricted/s//stable/' debian/changelog
@ -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: