diff --git a/.github/workflows/checkout.yml b/.github/workflows/checkout.yml index 8adab7b..2122b2b 100644 --- a/.github/workflows/checkout.yml +++ b/.github/workflows/checkout.yml @@ -43,7 +43,7 @@ jobs: - name: Rename APK file - run: Rename-Item -Path "build/app/outputs/flutter-apk/app-release.apk" -NewName "bloomee_tunes_android_v2.9.4+${{github.run_number}}.apk" + run: Rename-Item -Path "build/app/outputs/flutter-apk/app-release.apk" -NewName "bloomee_tunes_android_v2.9.5+${{github.run_number}}.apk" - name: Build Windows App run: flutter build windows --release --build-number ${{github.run_number}} @@ -52,15 +52,15 @@ jobs: run: Rename-Item -Path "build/windows/x64/runner/Release/bloomee.exe" -NewName "Bloomee.exe" - name: ZIP build - run: Compress-Archive -Path build/windows/x64/runner/Release/* -Destination build/windows/x64/bloomee_tunes_windows_x64_v2.9.4+${{github.run_number}}.zip + run: Compress-Archive -Path build/windows/x64/runner/Release/* -Destination build/windows/x64/bloomee_tunes_windows_x64_v2.9.5+${{github.run_number}}.zip - name: Upload Artifacts uses: actions/upload-artifact@v2 with: name: Release path: | - build/app/outputs/flutter-apk/bloomee_tunes_android_v2.9.4+${{github.run_number}}.apk - build/windows/x64/bloomee_tunes_windows_x64_v2.9.4+${{github.run_number}}.zip + build/app/outputs/flutter-apk/bloomee_tunes_android_v2.9.5+${{github.run_number}}.apk + build/windows/x64/bloomee_tunes_windows_x64_v2.9.5+${{github.run_number}}.zip \ No newline at end of file diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index b6c875a..65862f9 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -34,11 +34,11 @@ jobs: - name: Zip Linux App run: | cd build/linux/x64/release/bundle - zip -r bloomee_tunes_linux_v2.9.4_dev+${{github.run_number}}.zip . + zip -r bloomee_tunes_linux_v2.9.5_dev+${{github.run_number}}.zip . - name: Upload Linux App uses: actions/upload-artifact@v2 with: name: bloomee_tunes_linux_dev - path: bloomee_tunes_linux_v2.9.4_dev+${{github.run_number}}.zip \ No newline at end of file + path: bloomee_tunes_linux_v2.9.5_dev+${{github.run_number}}.zip \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34dc1dd..2b3ef9f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: run: jarsigner --verify --verbose build/app/outputs/flutter-apk/app-release.apk - name: Rename APK file - run: Rename-Item -Path "build/app/outputs/flutter-apk/app-release.apk" -NewName "bloomee_tunes_android_v2.9.4+${{github.run_number}}.apk" + run: Rename-Item -Path "build/app/outputs/flutter-apk/app-release.apk" -NewName "bloomee_tunes_android_v2.9.5+${{github.run_number}}.apk" - name: Build Windows App run: flutter build windows --release --build-number ${{github.run_number}} @@ -61,22 +61,22 @@ jobs: run: Rename-Item -Path "build/windows/x64/runner/Release/bloomee.exe" -NewName "Bloomee.exe" - name: ZIP build - run: Compress-Archive -Path build/windows/x64/runner/Release/* -Destination build/windows/x64/bloomee_tunes_windows_x64_v2.9.4+${{github.run_number}}.zip + run: Compress-Archive -Path build/windows/x64/runner/Release/* -Destination build/windows/x64/bloomee_tunes_windows_x64_v2.9.5+${{github.run_number}}.zip - name: Upload Artifacts uses: actions/upload-artifact@v2 with: name: Release path: | - build/app/outputs/flutter-apk/bloomee_tunes_android_v2.9.4+${{github.run_number}}.apk - build/windows/x64/bloomee_tunes_windows_x64_v2.9.4+${{github.run_number}}.zip + build/app/outputs/flutter-apk/bloomee_tunes_android_v2.9.5+${{github.run_number}}.apk + build/windows/x64/bloomee_tunes_windows_x64_v2.9.5+${{github.run_number}}.zip - name: Create Release uses: ncipollo/release-action@v1 with: artifacts: | - build/windows/x64/bloomee_tunes_windows_x64_v2.9.4+${{github.run_number}}.zip - build/app/outputs/flutter-apk/bloomee_tunes_android_v2.9.4+${{github.run_number}}.apk - tag: v2.9.4+${{github.run_number}} + build/windows/x64/bloomee_tunes_windows_x64_v2.9.5+${{github.run_number}}.zip + build/app/outputs/flutter-apk/bloomee_tunes_android_v2.9.5+${{github.run_number}}.apk + tag: v2.9.5+${{github.run_number}} token: ${{secrets.SECRET_KEY}} prerelease: true diff --git a/pubspec.yaml b/pubspec.yaml index 24e53c5..dc5cdb7 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: 2.9.4+0 +version: 2.9.5+0 environment: sdk: '>=3.0.6 <4.0.0'