ci: remove the .tmp.obj files, when preparing the windows release .zip

This commit is contained in:
Delyan Angelov 2024-10-10 17:01:21 +03:00
parent 469b56ef4e
commit 7cdd667740
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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