From bb58a3ce1f59242b3cd85038cfa6954dd5e96e93 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 12 Sep 2022 22:33:41 -0400 Subject: [PATCH] fix daily zip generation --- daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily.sh b/daily.sh index 6b18e04..5355fa1 100755 --- a/daily.sh +++ b/daily.sh @@ -45,7 +45,7 @@ EXECHECKSUM=$(sha256sum "I2P-Profile-Installer-$I2P_VERSION.exe") echo github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "I2P-Profile-Installer-$I2P_VERSION.exe" -l "$EXECHECKSUM" -t "$TODAYSDATE" -n "I2P-Profile-Installer-$I2P_VERSION.exe" github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "I2P-Profile-Installer-$I2P_VERSION.exe" -l "$EXECHECKSUM" -t "$TODAYSDATE" -n "I2P-Profile-Installer-$I2P_VERSION.exe" cd build || exit -powershell Compress-Archive I2P I2P-jpackage-windows-$I2P_VERSION.zip || zip I2P-jpackage-windows-$I2P_VERSION.zip -r I2P +powershell Compress-Archive I2P ../I2P.zip || zip ../I2P.zip -r I2P ZIPCHECKSUM=$(sha256sum "../I2P.zip") echo github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "../I2P.zip" -l "$ZIPCHECKSUM" -t "$TODAYSDATE" -n "I2P.zip" github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "../I2P.zip" -l "$ZIPCHECKSUM" -t "$TODAYSDATE" -n "I2P.zip"