Skip to content

Commit

Permalink
Fix build-windows-artifacts (#855)
Browse files Browse the repository at this point in the history
Summary:
The `build-windows-artifacts` job failed on the `mv` command:
https://github.com/facebook/redex/actions/runs/8746297454/job/24002897004

The job is for some reason skipped on the PR run.

Pull Request resolved: #855

Reviewed By: wsanville

Differential Revision: D56365116

fbshipit-source-id: d833642884312423e0eafd4e7d4f29a472473ead
  • Loading branch information
Wei Zhang (Devinfra) authored and facebook-github-bot committed Apr 22, 2024
1 parent de65368 commit 2a22ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/[email protected]
- uses: "./.github/actions/setup-build-and-test-windows"
- name: Copy package for github actions
run: mkdir artifacts && mv build/Redex*.zip artifacts/
run: mkdir artifacts && mv "build/Redex*.zip" "artifacts/"
shell: c:/tools/msys64/msys2_shell.cmd -defterm -no-start -mingw64 -full-path -here -c
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 2a22ef6

Please sign in to comment.