mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Use explicit download-artifact name and path for win-installer release
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
(cherry picked from commit 22b10fa153)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
committed by
Paul Holzinger
parent
e34994be03
commit
2b52342af9
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -163,7 +163,10 @@ jobs:
|
||||
- name: Checkout Podman
|
||||
uses: actions/checkout@v5
|
||||
- name: Download Windows zip artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: release-artifacts
|
||||
path: ${{ github.workspace }}\release-artifacts
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user