From 3652e8a8b87d3918c47bddf91dcef2313cac4eed Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 5 Sep 2022 21:28:36 -0400 Subject: [PATCH] fix releaser script Former-commit-id: a3de60fcb102bf7f7eb36ec2f7e377410ade3323 Former-commit-id: 21210d4b304a75959a643c751e89949ca0868907 --- release.sh | 6 +++--- src/i2p.firefox.base.profile.zip.REMOVED.git-id | 2 +- src/i2p.firefox.usability.profile.zip.REMOVED.git-id | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release.sh b/release.sh index 3f3ed35..3d7c749 100755 --- a/release.sh +++ b/release.sh @@ -47,9 +47,9 @@ github-release upload --user "${GITHUB_USER}" \ --repo "${GITHUB_REPO}" \ --tag "${GITHUB_TAG}" \ --label "I2P Browser launcher as a Jpackage inside of a Debian package." \ - --name "i2pbrowser.deb" \ - --file "i2pbrowser.deb" \ - --replace + --name "i2pbrowser_${GITHUB_TAG}_.deb" \ + --file "i2pbrowser_${GITHUB_TAG}_amd64.deb" \ + --replace echo "Uploaded debian zip" git pull github --tags git push --all diff --git a/src/i2p.firefox.base.profile.zip.REMOVED.git-id b/src/i2p.firefox.base.profile.zip.REMOVED.git-id index cd21ff2..7dd3788 100644 --- a/src/i2p.firefox.base.profile.zip.REMOVED.git-id +++ b/src/i2p.firefox.base.profile.zip.REMOVED.git-id @@ -1 +1 @@ -c0bda6208453f127815136ddaea91073092b0048 \ No newline at end of file +8a1da6dd7f7709f8151a71c3ff88b60b2999572e \ No newline at end of file diff --git a/src/i2p.firefox.usability.profile.zip.REMOVED.git-id b/src/i2p.firefox.usability.profile.zip.REMOVED.git-id index 5125fad..67f5387 100644 --- a/src/i2p.firefox.usability.profile.zip.REMOVED.git-id +++ b/src/i2p.firefox.usability.profile.zip.REMOVED.git-id @@ -1 +1 @@ -bc860947337aaa72b4075e682c4f3d0cca54ec49 \ No newline at end of file +0abfce1f580b4d0b18debc318bc776af85a74955 \ No newline at end of file