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
|
- name: Install Windows cross-compilation tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@@ -420,7 +420,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Backend Package
|
- name: Build Backend Package
|
||||||
run: |
|
run: |
|
||||||
cd src/swingmusic
|
|
||||||
pip install build
|
pip install build
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
@@ -428,7 +427,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: backend-package
|
name: backend-package
|
||||||
path: src/swingmusic/dist/
|
path: dist/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
# Create unified release
|
# 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