diff --git a/Packaging/Linux/push-ubuntu-jammy.sh b/Packaging/Linux/push-ubuntu-jammy.sh index 38f068f..be743b6 100644 --- a/Packaging/Linux/push-ubuntu-jammy.sh +++ b/Packaging/Linux/push-ubuntu-jammy.sh @@ -4,7 +4,7 @@ upload() { curl --user tesses50:$GITEA_AUTH -X DELETE \ https://git.tesseslanguage.com/api/packages/tesses50/debian/pool/jammy/main/crosslang/$DEB_VERSION/$1 curl --user tesses50:$GITEA_AUTH \ - --upload-file build/jammy/crosslang/$DEB_VERSION\_$1\.deb \ + --upload-file build/jammy/crosslang_$DEB_VERSION\_$1\.deb \ https://git.tesseslanguage.com/api/packages/tesses50/debian/pool/jammy/main/upload } upload amd64 diff --git a/Packaging/Linux/push-ubuntu-plucky.sh b/Packaging/Linux/push-ubuntu-plucky.sh index 914398b..b68ced0 100644 --- a/Packaging/Linux/push-ubuntu-plucky.sh +++ b/Packaging/Linux/push-ubuntu-plucky.sh @@ -4,7 +4,7 @@ upload() { curl --user tesses50:$GITEA_AUTH -X DELETE \ https://git.tesseslanguage.com/api/packages/tesses50/debian/pool/plucky/main/crosslang/$DEB_VERSION/$1 curl --user tesses50:$GITEA_AUTH \ - --upload-file build/plucky/crosslang/$DEB_VERSION\_$1\.deb \ + --upload-file build/plucky/crosslang_$DEB_VERSION\_$1\.deb \ https://git.tesseslanguage.com/api/packages/tesses50/debian/pool/plucky/main/upload } upload amd64