Skip to content

Commit

Permalink
Text change
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Aug 25, 2024
1 parent ac40b26 commit 6ea7b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
yq -i ".version |= \"${SEMANTIC_VERSION}+\"" pubspec.yaml
yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
- name: Release On Windows
- name: Build and Release On Windows
run: |
flutter pub get
flutter config --enable-windows-desktop
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
env:
SECRET_FILE: "${{ secrets.SECRET_FILE }}"

- name: Release On Linux
- name: Build and Release On Linux
run: |
flutter pub get
dart pub global activate flutter_distributor
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
yq -i ".version |= \"${SEMANTIC_VERSION}+\"" pubspec.yaml
yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml
- name: Release On Mac OS X
- name: Build and Release On Mac OS X
run: |
flutter pub get
flutter config --enable-macos-desktop
Expand Down

0 comments on commit 6ea7b94

Please sign in to comment.