mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
Submodule swingmusic-desktop updated: 9f0343099c...74be0b1d12
+1
-1
Submodule swingmusic_mobile updated: d5bd0af4c4...6bc9ecea81
Reference in New Issue
Block a user