Skip to content

Commit

Permalink
Merge pull request #27 from LBEILC/main
Browse files Browse the repository at this point in the history
修改install将打包后的exe文件命名为MCCA而不是MFAWPF
  • Loading branch information
Tohkahb authored Nov 7, 2024
2 parents 14e129f + 2ca567e commit 2eee16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
rm -f ./gui/*.zip
cp -r ./assets/resource/* ./gui/Resource/
jq --arg version_name "MCCA" --arg version ${{ needs.meta.outputs.tag }} '. + {"version": {"name": $version_name, "version": $version}}' ./assets/interface.json > ./gui/interface.json
mv ./gui/MFAWPF.exe ./gui/MCCA.exe
- uses: actions/upload-artifact@v3
with:
name: MCCA-win-x86_64-with-gui
Expand Down

0 comments on commit 2eee16f

Please sign in to comment.