Fix naming in release
This commit is contained in:
@@ -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" \
|
||||
|
Reference in New Issue
Block a user