Skip to content

Commit

Permalink
Update prbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appdevelpo committed Dec 2, 2023
1 parent 905aef9 commit d9e4f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: flutter build windows --release
- name: Rename Release Directory Name to Miru-App # 为了解压缩后更好看一点
run: |
mv build/windows/runner/Release build/windows/runner/Miru-App
mv build/windows/x64/runner/Release build/windows/x64/runner/Miru-App
# 发布安装包
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d9e4f87

Please sign in to comment.