diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1aac8..357fde4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: - name: Create distribution archive (Windows) if: matrix.os == 'windows-latest' run: | - call scripts\dist.bat + & .\scripts\dist.bat $DIST_PATH = Get-ChildItem -Path "dist/*.zip" | Select-Object -First 1 $DIST_NAME = $DIST_PATH.Name echo "dist_archive=$DIST_NAME" >> $env:GITHUB_ENV