Skip to content

Commit

Permalink
ci: fix binary_artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 13, 2023
1 parent 11a8a46 commit 59f8310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary_artifact.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
.\make.bat -msvc
.\v.exe -skip-unused -prod -cc msvc -o cmd/vprod.exe cmd/v
del *.exe
move /y cmd\vprod.exe v.exe
move cmd\vprod.exe v.exe
.\v.exe -skip-unused -prod -cc msvc cmd\tools\vup.v
.\v.exe -skip-unused -prod -cc msvc cmd\tools\vdoctor.v
- name: Remove excluded
Expand Down

0 comments on commit 59f8310

Please sign in to comment.