mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-15 22:09:35 +00:00
修复构建版本
This commit is contained in:
parent
7b103c7f89
commit
aee1fbde88
2 changed files with 3 additions and 3 deletions
4
.github/workflows/prepare-release.yaml
vendored
4
.github/workflows/prepare-release.yaml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN
|
# Use a PAT if pushing to protected branches is restricted for GITHUB_TOKEN
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
# token: ${{ secrets.GITHUB_TOKEN }} # this does not trigger other workflows
|
# token: ${{ secrets.GITHUB_TOKEN }} # this does not trigger other workflows
|
||||||
|
|
||||||
# Setup Flutter/Dart environment needed to run dart pub global activate
|
# Setup Flutter/Dart environment needed to run dart pub global activate
|
||||||
- name: Setup Flutter
|
- name: Set up Flutter SDK
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable" # Or match your project's channel
|
channel: "stable" # Or match your project's channel
|
||||||
|
|
|
||||||
|
|
@ -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.0.40+20
|
version: 0.0.40+40
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue