Skip to content

Commit 4a699fb

Browse files
LightLight
Light
authored and
Light
committed
chore(workflows): 修正无法打包的情况
1 parent bb9a530 commit 4a699fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dotnot-build-release.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,9 @@ jobs:
4949
- name: Build Release_x64
5050
run: msbuild $env:SLN_NAME -p:Configuration=Release -p:Platform=x64
5151
- name: Package Release_x86
52-
run: \"./Tools/7-Zip/7zr.exe\" a -r ./Release/ytgdq_x86_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x86/*
53-
shell: cmd
52+
run: ./Tools/7-Zip/7zr.exe a -r ./Release/ytgdq_x86_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x86/*
5453
- name: Package Release_x64
55-
run: \"./Tools/7-Zip/7zr.exe\" a -r ./Release/ytgdq_x64_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x64/*
56-
shell: cmd
54+
run: ./Tools/7-Zip/7zr.exe a -r ./Release/ytgdq_x64_${{ steps.get_version.outputs.VERSION }}.zip ./Release/x64/*
5755
- name: Upload Release_x86
5856
id: upload_release_x86
5957
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)