From ec94eee4e277981b0c2cc926575706d40e3abab8 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 18 May 2022 21:16:27 -0400 Subject: [PATCH] experiment with daily uploads --- daily.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daily.sh b/daily.sh index 4f70ade..d75120e 100755 --- a/daily.sh +++ b/daily.sh @@ -24,10 +24,13 @@ if [ -z "$DESCRIPTION" ]; then DESCRIPTION="Daily unsigned build of i2p.firefox for $TODAYSDATE" fi +echo github-release release -p -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "$TODAYSDATE" -d "$DESCRIPTION" -t "$TODAYSDATE" github-release release -p -u "$GITHUB_USERNAME" -r "i2p.firefox" -n "$TODAYSDATE" -d "$DESCRIPTION" -t "$TODAYSDATE" EXECHECKSUM=$(sha256sum "I2P-Profile-Installer-$I2P_VERSION.exe") +echo github-release upload -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 -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 tar -a -cf ../I2P.zip I2P ZIPCHECKSUM=$(sha256sum "../I2P.zip") +echo github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "../I2P.zip" -l "$EXECHECKSUM" -t "$TODAYSDATE" -n "I2P.zip" github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "../I2P.zip" -l "$EXECHECKSUM" -t "$TODAYSDATE" -n "I2P.zip" \ No newline at end of file