From c715254d54bc2abc30210bb9fccd68bc1d0a6f20 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Tue, 5 Apr 2022 17:26:44 -0700 Subject: [PATCH] Revert "stop publishing appimagine since its disabled by #7707" This reverts commit 6b0868089bf43fa5d2dc22784ad36e48b6fe6ec8. --- scripts/publish-release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/publish-release.sh b/scripts/publish-release.sh index ad2a52dcf49..22572de600d 100755 --- a/scripts/publish-release.sh +++ b/scripts/publish-release.sh @@ -68,6 +68,9 @@ artifacts=( "lotus_${CIRCLE_TAG}_darwin-amd64.tar.gz" "lotus_${CIRCLE_TAG}_darwin-amd64.tar.gz.cid" "lotus_${CIRCLE_TAG}_darwin-amd64.tar.gz.sha512" + "Lotus-${CIRCLE_TAG}-x86_64.AppImage" + "Lotus-${CIRCLE_TAG}-x86_64.AppImage.cid" + "Lotus-${CIRCLE_TAG}-x86_64.AppImage.sha512" ) for RELEASE_FILE in "${artifacts[@]}"