🐛 修正判断条件

This commit is contained in:
BTMuli
2025-12-29 21:44:45 +08:00
parent 01cda62231
commit cc8723c619

View File

@@ -213,7 +213,7 @@ jobs:
if: github.event.inputs.build-release == 'true'
run: mv src-tauri/target/release/bundle/msi/*.msi TeyvatGuide_${{ env.COMMIT_HASH }}_win-release.msi
- name: Upload Release
if: matrix.settings.target == 'macos-intel' && github.event.inputs.build-release
if: github.event.inputs.build-release
uses: actions/upload-artifact@v4
with:
name: release-win