Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaarrg committed Dec 11, 2024
1 parent ba7119b commit 080c546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
echo "Creating ZIP for Windows..."
mkdir -p out/windows/
# Compress with PowerShell, excluding start.exe
pwsh -Command "Compress-Archive -Path out/stremio-web-dekstop-win32-x64/* -DestinationPath out/windows/stremio-web-dekstop-win32-x64.zip
pwsh -Command "Compress-Archive -Path 'out/stremio-web-dekstop-win32-x64/*' -DestinationPath 'out/windows/stremio-web-dekstop-win32-x64.zip'"
# Find the setup.exe with random name and copy to out/windows/
setup_exe=$(find out/make/squirrel.windows/x64/ -type f -name "*.exe" | head -n 1)
cp "$setup_exe" out/windows/
Expand Down

0 comments on commit 080c546

Please sign in to comment.