fix releaser script
Former-commit-id: a3de60fcb1
Former-commit-id: 21210d4b304a75959a643c751e89949ca0868907
This commit is contained in:
@ -47,9 +47,9 @@ github-release upload --user "${GITHUB_USER}" \
|
|||||||
--repo "${GITHUB_REPO}" \
|
--repo "${GITHUB_REPO}" \
|
||||||
--tag "${GITHUB_TAG}" \
|
--tag "${GITHUB_TAG}" \
|
||||||
--label "I2P Browser launcher as a Jpackage inside of a Debian package." \
|
--label "I2P Browser launcher as a Jpackage inside of a Debian package." \
|
||||||
--name "i2pbrowser.deb" \
|
--name "i2pbrowser_${GITHUB_TAG}_.deb" \
|
||||||
--file "i2pbrowser.deb" \
|
--file "i2pbrowser_${GITHUB_TAG}_amd64.deb" \
|
||||||
--replace
|
--replace
|
||||||
echo "Uploaded debian zip"
|
echo "Uploaded debian zip"
|
||||||
git pull github --tags
|
git pull github --tags
|
||||||
git push --all
|
git push --all
|
||||||
|
@ -1 +1 @@
|
|||||||
c0bda6208453f127815136ddaea91073092b0048
|
8a1da6dd7f7709f8151a71c3ff88b60b2999572e
|
@ -1 +1 @@
|
|||||||
bc860947337aaa72b4075e682c4f3d0cca54ec49
|
0abfce1f580b4d0b18debc318bc776af85a74955
|
Reference in New Issue
Block a user