Fix naming in release

This commit is contained in:
2025-03-15 00:24:23 +01:00
parent 897069c08b
commit eb870c4d49

View File

@@ -23,8 +23,8 @@ echo "Creating a release..."
TOKEN="$GITEA_API_KEY" TOKEN="$GITEA_API_KEY"
GITEA="https://git.site.quack-lab.dev" GITEA="https://git.site.quack-lab.dev"
REPO="dave/flutter-simple-timer" REPO="dave/flutter-simple-timer"
ZIP="calorie-counter-${TAG}.zip" ZIP="simple-timer-${TAG}.zip"
APK="calorie-counter-${TAG}.apk" APK="simple-timer-${TAG}.apk"
# Create a release # Create a release
RELEASE_RESPONSE=$(curl -s -X POST \ RELEASE_RESPONSE=$(curl -s -X POST \
-H "Authorization: token $TOKEN" \ -H "Authorization: token $TOKEN" \