diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd209d02..cd058c6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,12 +115,19 @@ jobs: flutter_distributor package --platform linux --target appimage ls pwd + cd dist + ls + pwd + cd 0.1.0-beta-2 + ls + pwd + cd ../../ - name: Upload Dist Artifact uses: actions/upload-artifact@v4 with: name: Linux Artifact(Dist - AppImage) - path: dist + path: dist/* dist-linux-deb: needs: - build-linux diff --git a/pubspec.yaml b/pubspec.yaml index ba3e13f9..2cb4164f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 # 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. -version: 1.0.0+1 +version: 0.1.0-beta-2 environment: sdk: '>=3.1.5 <4.0.0'