mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
name param needs env context syntax for some reason
This commit is contained in:
parent
3690d5e7f3
commit
166a1603fb
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: Store snaps artifacts
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
name: snaps_"$SNAP_ARCH"
|
||||
name: snaps_${{ env.SNAP_ARCH }}
|
||||
path: |
|
||||
*.snap
|
||||
certbot-dns-*/*.snap
|
||||
|
|
|
|||
Loading…
Reference in a new issue