Skip to content

Commit

Permalink
Update debian-package.yml
Browse files Browse the repository at this point in the history
disable schacht-certat/action-build-on-debian workflow.
This does not currently work
  • Loading branch information
aaronkaplan authored Mar 1, 2024
1 parent d37e232 commit b317159
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b317159

Please sign in to comment.