Skip to content

Commit

Permalink
github actions - fix windows build v5
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Aug 12, 2024
1 parent a14b24b commit b4512c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/BUILD_RELEASE.bat
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,6 @@ mkdir "..\release\temp\"


@REM create exports folder
mkdir "..\release\exports"
if not exist "..\release\exports" (
mkdir "..\release\exports"
)

0 comments on commit b4512c2

Please sign in to comment.