Skip to content

Commit

Permalink
Update delphi-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darnocian authored May 27, 2024
1 parent fba467e commit 57f3dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delphi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
shell: cmd
id: build_win32_debug
run: |
call scripts\bootstrap.bat Debug Win32
call "scripts\bootstrap.bat" Debug Win32
- name: build win32 release
id: build_win32_release
shell: cmd
run: |
call scripts\bootstrap.bat Release Win32
call "scripts\bootstrap.bat" Release Win32

0 comments on commit 57f3dca

Please sign in to comment.