From 239a5b64a57dbde565c14714c744da730827bc75 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Wed, 26 Jul 2023 20:10:36 -0500 Subject: [PATCH] Fix artifacts script after removal of msitools msi build Signed-off-by: Jason T. Greene --- .cirrus.yml | 2 +- DOWNLOADS.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d927bba721..4527164fc3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1151,7 +1151,7 @@ artifacts_task: - cd /tmp/win - $ARTCURL/Windows%20Cross/repo/repo.tbz - tar xjf repo.tbz - - mv ./podman-remote*.zip ./*.msi $CIRRUS_WORKING_DIR/ + - mv ./podman-remote*.zip $CIRRUS_WORKING_DIR/ osx_binaries_script: - mkdir -p /tmp/osx - cd /tmp/osx diff --git a/DOWNLOADS.md b/DOWNLOADS.md index 046ff5eabb..01b47e777a 100644 --- a/DOWNLOADS.md +++ b/DOWNLOADS.md @@ -50,8 +50,7 @@ matches corresponding changes in the artifacts task. and [darwin_arm64](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-darwin_arm64.zip). if you try to install them. -* Windows [podman-remote](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman.msi) - for x86_64 only. +* Windows [podman-remote](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-remote-release-windows_amd64.zip) for x86_64 only. * Other podman-remote release builds (includes configuration files & documentation): * [podman-release-386.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-386.tar.gz) * [podman-release-arm.tar.gz](https://api.cirrus-ci.com/v1/artifact/github/containers/podman/Artifacts/binary/podman-release-arm.tar.gz)