mirror of
https://github.com/containers/podman.git
synced 2025-12-23 22:28:30 -05:00
Use explicit download-artifact name and path for win-installer release
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -171,6 +171,9 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: Download Windows zip artifact
|
||||
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