From 0543e439bc20a041d5f8672c3d323da5c1462dce Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 20 Oct 2022 12:37:30 +0200 Subject: [PATCH] only removing github stuff --- .github/workflows/packaging_test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index 49dbabd..17ee0cd 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b362b6b..855b57d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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