mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
fix typo
This commit is contained in:
parent
61ca1f2cd2
commit
2f918e6a17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snap_packaging_jobs.yml
vendored
2
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
- name: Flatten snaps layout
|
||||
run: |-
|
||||
mv *.snap ${{ runner.temp }}
|
||||
mv certbot-dns-*/*.snap ${{ runner.temp }
|
||||
mv certbot-dns-*/*.snap ${{ runner.temp }}
|
||||
- name: Store snaps artifacts
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue