Skip to content

Commit

Permalink
更新自动构建文件和修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
MCredbear committed Jan 4, 2025
1 parent 21d5957 commit 075ff1f
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 @@ -94,14 +94,14 @@ 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
uses: ncipollo/[email protected]
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 }}
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.7
version: 1.2.8

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

0 comments on commit 075ff1f

Please sign in to comment.