File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,14 @@ jobs:
8181 - uses : actions/checkout@v4.1.1
8282 - uses : " ./.github/actions/setup-build-and-test-windows"
8383 build-windows-artifacts :
84- if : github.event_name == 'schedule'
84+ # if: github.event_name == 'schedule'
8585 runs-on : windows-latest
8686 steps :
8787 - uses : actions/checkout@v4.1.1
8888 - uses : " ./.github/actions/setup-build-and-test-windows"
8989 - name : Copy package for github actions
90- run : mkdir artifacts && mv " build/Redex*.zip" " artifacts/"
91- shell : c:/tools/msys64/msys2_shell.cmd -defterm -no-start -mingw64 -full-path -here -c
90+ run : mkdir artifacts && mv build/Redex*.zip artifacts/
91+ shell : bash
9292 - uses : actions/upload-artifact@v4.0.0
9393 with :
9494 path : " .\\ artifacts"
You can’t perform that action at this time.
0 commit comments