Skip to content

Commit 3a47324

Browse files
Wei Zhang (Devinfra)facebook-github-bot
Wei Zhang (Devinfra)
authored andcommitted
Fix Windows path error round 2
Differential Revision: D56528303
1 parent dc2977b commit 3a47324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
- uses: actions/[email protected]
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/[email protected]
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/[email protected]
9393
with:
9494
path: ".\\artifacts"

0 commit comments

Comments
 (0)