Compare commits

...

1 Commits

Author SHA1 Message Date
eb870c4d49 Fix naming in release 2025-03-15 00:24:23 +01:00

View File

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