Skip to content

Commit

Permalink
ci: add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Feb 9, 2024
1 parent 64b80ba commit 46f4c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
- name: Add packages to repository
shell: bash
run: |
find .
# loop over all supported debian releases
for release in 'bookworm' 'bullseye' 'buster'; do
for deb in ./debian_${release}_*.deb; do
Expand Down

0 comments on commit 46f4c9f

Please sign in to comment.