fix missing .sh on instructions in daily.sh

This commit is contained in:
idk
2022-05-18 21:25:27 -04:00
parent de56966a51
commit d283efdbf5

View File

@ -6,7 +6,7 @@
# You need to create a file in your $HOME directory, which on
# Windows will by /c/Users/yourusername, called github-release-config.sh,
# containing this key as the variable GITHUB_TOKEN.
# github-release-config must also contain:
# github-release-config.sh must also contain:
# GITHUB_USERNAME=your github username
./unsigned.sh
@ -33,4 +33,4 @@ 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"
github-release upload -u "$GITHUB_USERNAME" -r "i2p.firefox" -f "../I2P.zip" -l "$EXECHECKSUM" -t "$TODAYSDATE" -n "I2P.zip"