Skip to content

Commit

Permalink
Fixed Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 7, 2024
1 parent 266406b commit c04025a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ jobs:
cd source
$ReleaseTag = $(git describe --match "release-*" --abbrev=0 --always HEAD)
$BuildNumber = $(git rev-list --count "$ReleaseTag..HEAD")
& .\scripts\package\win-package-portable.ps1 -BuildNumber $BuildNumber
python setup.py build --build-number=$BuildNumber
python setup.py build_ext
pyinstaller --noconfirm --clean picard.spec
mv dist\MusicBrainz-Picard-*.exe dist\MusicBrainz-Picard-daily.exe
env:
PICARD_BUILD_PORTABLE: 1
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c04025a

Please sign in to comment.