Skip to content

Commit

Permalink
ci: remove the .tmp.obj files, when preparing the windows release .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Oct 10, 2024
1 parent 469b56e commit 7cdd667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cdd667

Please sign in to comment.