Skip to content

Commit

Permalink
Merge branch 'aaronkaplan_pre-rel_3.3.0' of github.com:certtools/inte…
Browse files Browse the repository at this point in the history
…lmq-api into aaronkaplan_pre-rel_3.3.0
  • Loading branch information
aaronkaplan committed Mar 1, 2024
2 parents a74889e + b317159 commit bf4e80a
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

1 comment on commit bf4e80a

@sebix
Copy link
Member

@sebix sebix commented on bf4e80a Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.