From b3171591191729ef1ec3583dba5593796fc32069 Mon Sep 17 00:00:00 2001 From: AaronK Date: Fri, 1 Mar 2024 19:09:29 +0100 Subject: [PATCH] Update debian-package.yml disable schacht-certat/action-build-on-debian workflow. This does not currently work --- .github/workflows/debian-package.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/debian-package.yml b/.github/workflows/debian-package.yml index 6589233..c1d78fc 100644 --- a/.github/workflows/debian-package.yml +++ b/.github/workflows/debian-package.yml @@ -18,14 +18,16 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Debian package action test - uses: schacht-certat/action-build-on-debian@v4 - with: - codename: ${{ matrix.codename }} + # this does not currently work: + # - name: Debian package action test + # uses: schacht-certat/action-build-on-debian@v4 + # with: + # codename: ${{ matrix.codename }} - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: debian-package-${{ matrix.codename }}-${{ github.sha }} - path: '~/artifacts' - retention-days: 5 + # therefore, also this won't make sense: + # - name: Upload artifacts + # uses: actions/upload-artifact@v4 + # with: + # name: debian-package-${{ matrix.codename }}-${{ github.sha }} + # path: '~/artifacts' + # retention-days: 5