mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
GHA Release: Fix windows installer uploads
The new arm and amd installers were left behind, upload them automatically to the GH release Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -264,6 +264,8 @@ jobs:
|
||||
run: |
|
||||
mv win-installer/* release-artifacts
|
||||
mv mac-installers/* release-artifacts
|
||||
mv win-installer-amd64/* release-artifacts
|
||||
mv win-installer-arm64/* release-artifacts
|
||||
pushd release-artifacts
|
||||
sha256sum * > shasums
|
||||
popd
|
||||
|
Reference in New Issue
Block a user