Skip to content

Commit

Permalink
Release workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaked1 committed Jul 28, 2024
1 parent 2a60b4a commit 7ccefcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ccefcb

Please sign in to comment.