mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: remove the .tmp.obj files, when preparing the windows release .zip
This commit is contained in:
parent
469b56ef4e
commit
7cdd667740
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue