display downloaded snaps

This commit is contained in:
Erica Portnoy 2026-04-29 14:32:48 -07:00
parent 6b1129251b
commit 40d6660f50

View file

@ -218,6 +218,8 @@ jobs:
pattern: snap-*-${{ matrix.arch-name }}
merge-multiple: true
path: "${{ github.workspace }}/snap"
- name: Display structure of downloaded files
run: ls -R "${{ github.workspace }}/snap"
- name: Prepare Certbot-CI
run: |-
python3 -m venv venv