diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 3b87cf1..bff2506 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -94,7 +94,7 @@ jobs: - name: Download Linux Build uses: actions/download-artifact@v3 with: - name: linux_build_${{ env.VERSION }}.tar.gz + name: linux_x64_${{ env.VERSION }}.tar.gz path: . - name: Create Release @@ -102,6 +102,6 @@ jobs: with: artifacts: | android_${{ env.VERSION }}.apk - linux_build_${{ env.VERSION }}.tar.gz + linux_x64_${{ env.VERSION }}.tar.gz tag: ${{ env.VERSION }} token: ${{ secrets.YOUR_GITHUB_TOKEN }} \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0c404c7..1021c00 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: music_tools_flutter description: A tool to edit tag of audio files, based on flutter. publish_to: 'none' -version: 1.2.7 +version: 1.2.8 environment: sdk: '>=3.3.0-97.0.dev <4.0.0'