mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
ci: remove the .tmp.obj files, when preparing the windows release .zip
This commit is contained in:
parent
469b56ef4e
commit
7cdd667740
1
.github/workflows/release_ci.yml
vendored
1
.github/workflows/release_ci.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
||||
./v -skip-unused -prod -cc msvc cmd/tools/vup.v
|
||||
./v -skip-unused -prod -cc msvc cmd/tools/vdoctor.v
|
||||
del *.exe
|
||||
del *.tmp.obj
|
||||
move cmd/vprod.exe v.exe
|
||||
- name: Prepare artifact
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user