From 6e9df08473da11b5d5f24a5f361a0e71e6969a28 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 6 Nov 2022 20:56:54 -0500 Subject: [PATCH] delay a second before correcting perms --- daily-portable-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-portable-windows.sh b/daily-portable-windows.sh index 4ddc657..c48fbe0 100755 --- a/daily-portable-windows.sh +++ b/daily-portable-windows.sh @@ -25,7 +25,6 @@ fi # GITHUB_USERNAME=your github username git clean -fd git checkout . -./zip.sh . "$HOME/github-release-config.sh" @@ -47,6 +46,7 @@ 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" +./zip.sh WINZIPCHECKSUM=$(sha256sum "I2P-windows-portable.zip") echo github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "I2P-windows-portable.zip" -l "$WINZIPCHECKSUM" -t "$TODAYSDATE" -n "I2P-windows-portable.zip" github-release upload -R -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "I2P-windows-portable.zip" -l "$WINZIPCHECKSUM" -t "$TODAYSDATE" -n "I2P-windows-portable.zip"