fix missing .sh on instructions in daily.sh
This commit is contained in:
4
daily.sh
4
daily.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user