Skip to content

Commit

Permalink
Improve Windows build speed
Browse files Browse the repository at this point in the history
  • Loading branch information
chennin committed May 10, 2024
1 parent e9bc2ad commit 75df630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
cd dist
powershell Compress-Archive stellarisdashboard-build/* ../stellarisdashboard-${{ matrix.os }}.zip
[IO.Compression.ZipFile]::CreateFromDirectory( (Join-Path -Path (Get-Location) -ChildPath "stellarisdashboard-build"), (Join-Path -Path (Get-Location) -ChildPath "../stellarisdashboard-${{ matrix.os }}.zip"), 'Optimal', $false )
cd ..
- name: package files
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 75df630

Please sign in to comment.