We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdba6d commit 6cf4993Copy full SHA for 6cf4993
.github/workflows/release.yml
@@ -245,7 +245,8 @@ jobs:
245
env:
246
TAG: ${{ steps.git_ref.outputs.tag }}
247
run: |
248
- build\windows\build-github.bat release
+ @REMARK 'call' is required to ensure control returns to this script after the batch file finishes.
249
+ call build\windows\build-github.bat release
250
echo on
251
move out\filament-windows.tgz out\filament-%TAG%-windows.tgz
252
shell: cmd
0 commit comments