Skip to content

Commit

Permalink
更新自动构建文件和修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MCredbear committed Jan 5, 2025
1 parent 54bc233 commit cc43ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run: mv build/app/outputs/flutter-apk/app-release.apk android_${{ env.VERSION }}.apk

- name: Upload APK as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: android_${{ env.VERSION }}.apk
path: android_${{ env.VERSION }}.apk
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
tar -czvf linux_x64_${{ env.VERSION }}.tar.gz -C build/linux/x64/release/bundle .
- name: Upload bundle as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux_x64_${{ env.VERSION }}.tar.gz
path: linux_x64_${{ env.VERSION }}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
version: 1.2.10

environment:
sdk: '>=3.3.0-97.0.dev <4.0.0'
Expand Down

0 comments on commit cc43ffe

Please sign in to comment.