Skip to content

Commit b00e835

Browse files
thezhangweifacebook-github-bot
authored andcommitted
Fix Windows path error round 2
Differential Revision: D56528303
1 parent dc2977b commit b00e835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ 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/"
90+
run: mkdir artifacts && mv 'build/Redex*.zip' 'artifacts/'
9191
shell: c:/tools/msys64/msys2_shell.cmd -defterm -no-start -mingw64 -full-path -here -c
9292
- uses: actions/upload-artifact@v4.0.0
9393
with:

0 commit comments

Comments
 (0)