Skip to content

Commit

Permalink
fix: ci release build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-ZhenXing committed Jun 3, 2023
1 parent efdb6a2 commit 0cd6416
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:

- name: Build
run: |
Remove-Item .\build\ -Force -Recurse
Remove-Item .\x64\ -Force -Recurse
Remove-Item .\x86\ -Force -Recurse
New-Item x64 -ItemType "directory" -Force
New-Item x86 -ItemType "directory" -Force
Expand Down

0 comments on commit 0cd6416

Please sign in to comment.