From 075ff1f394b8549ab4d2db724915e95aa908b254 Mon Sep 17 00:00:00 2001 From: MCredbear <2363764471@qq.com> Date: Sun, 5 Jan 2025 02:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=96=87=E4=BB=B6=E5=92=8C=E4=BF=AE=E6=94=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_release.yml | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'