Merge branch 'release/0.2.5' into develop

This commit is contained in:
PartyDonut 2024-10-16 15:02:23 +02:00
commit 554a514ac5
2 changed files with 27 additions and 27 deletions

View file

@ -186,7 +186,7 @@ jobs:
VERSION_NAME=$(grep '^version:' pubspec.yaml | cut -d ':' -f2 | cut -d '+' -f1 | tr -d ' ') VERSION_NAME=$(grep '^version:' pubspec.yaml | cut -d ':' -f2 | cut -d '+' -f1 | tr -d ' ')
echo "PACKAGE_NAME=$APP_NAME-macOS-$VERSION_NAME" >> $GITHUB_ENV echo "PACKAGE_NAME=$APP_NAME-macOS-$VERSION_NAME" >> $GITHUB_ENV
flutter build macos flutter build macos --build-name=$VERSION_NAME --build-number=${{ github.run_number }}
- name: Create DMG file - name: Create DMG file
run: | run: |

View file

@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts # In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix. # of the product and file versions while build-number is used as the build suffix.
version: 0.2.4+1 version: 0.2.5+1
environment: environment:
sdk: ">=3.1.3 <4.0.0" sdk: ">=3.1.3 <4.0.0"