diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 37bb52f..90a35f7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,5 +18,5 @@ jobs: flutter build windows - uses: actions/upload-artifact@v3 with: - name: exe + name: NextTest path: build/windows/runner/Release/ \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d9bee85..4301897 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 0.0.1+1 environment: sdk: ">=2.17.5 <3.0.0"