only removing github stuff

This commit is contained in:
Jan Wagner 2022-10-20 12:37:30 +02:00
parent 7d0e34a233
commit 0543e439bc
2 changed files with 2 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

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