mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
display downloaded snaps
This commit is contained in:
parent
6b1129251b
commit
40d6660f50
1 changed files with 2 additions and 0 deletions
2
.github/workflows/snap_packaging_jobs.yml
vendored
2
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue