diff --git a/.github/workflows/unified-release.yml b/.github/workflows/unified-release.yml index c2eb4a15..e0f2a915 100644 --- a/.github/workflows/unified-release.yml +++ b/.github/workflows/unified-release.yml @@ -238,7 +238,7 @@ jobs: - name: Install Windows cross-compilation tools run: | sudo apt-get update - sudo apt-get install -y mingw-w64 g++-multilib nsis + sudo apt-get install -y mingw-w64 g++-multilib nsis libgtk-3-dev libwebkit2gtk-4.1-dev librsvg2-dev patchelf - name: Setup Node.js uses: actions/setup-node@v4 @@ -420,7 +420,6 @@ jobs: - name: Build Backend Package run: | - cd src/swingmusic pip install build python -m build @@ -428,7 +427,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: backend-package - path: src/swingmusic/dist/ + path: dist/ retention-days: 30 # Create unified release diff --git a/swingmusic-desktop b/swingmusic-desktop index 9f034309..74be0b1d 160000 --- a/swingmusic-desktop +++ b/swingmusic-desktop @@ -1 +1 @@ -Subproject commit 9f0343099c7599852ebc9d6005686bee010fbfc3 +Subproject commit 74be0b1d12acca06fd1495bf94aefacb2d110726 diff --git a/swingmusic_mobile b/swingmusic_mobile index d5bd0af4..6bc9ecea 160000 --- a/swingmusic_mobile +++ b/swingmusic_mobile @@ -1 +1 @@ -Subproject commit d5bd0af4c4920cdb338f763c34e74f2da254feb2 +Subproject commit 6bc9ecea8164610640ff060e34ec21ae9ddd39a3