minor tweak to releaser script

This commit is contained in:
idk
2022-09-06 21:22:03 -04:00
parent f107bf92b2
commit 4095e61ad3

View File

@ -23,7 +23,7 @@ jarsum=$(sha256sum "src/build/i2pfirefox.jar")
github-release upload --user "${GITHUB_USER}" \ github-release upload --user "${GITHUB_USER}" \
--repo "${GITHUB_REPO}" \ --repo "${GITHUB_REPO}" \
--tag "${GITHUB_TAG}" \ --tag "${GITHUB_TAG}" \
--label "I2P Browser launcher as a .jar. ${jarsum}" \ --label "I2P Browser launcher as a .jar. Useful as a library or for advanced users. ${jarsum}" \
--name "i2pfirefox.jar" \ --name "i2pfirefox.jar" \
--file "src/build/i2pfirefox.jar" \ --file "src/build/i2pfirefox.jar" \
--replace --replace