Skip to content

Commit

Permalink
其他更新:更新Windows-MSVC.yml,尝试解决action错误
Browse files Browse the repository at this point in the history
  • Loading branch information
KOROyo123 committed May 11, 2024
1 parent 072cf2b commit befdc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Windows-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Deploy Compress folder
run: |
move ${{github.workspace}}\bin\Koro_Caster_Service\${{env.BUILD_TYPE}}\* ${{github.workspace}}\bin\Koro_Caster_Service\
rmdir /s ${{github.workspace}}\bin\Koro_Caster_Service\${{env.BUILD_TYPE}}
rmdir ${{github.workspace}}\bin\Koro_Caster_Service\${{env.BUILD_TYPE}}
xcopy /S /E /I ${{github.workspace}}\env\Redis-7.0.15-Windows-x64\ ${{github.workspace}}\bin\Koro_Caster_Service\env\Redis-7.0.15-Windows-x64\
Expand Down

0 comments on commit befdc51

Please sign in to comment.