1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-14 16:08:14 +08:00

build: 修复打包问题

This commit is contained in:
涵曦
2025-10-25 15:56:21 +08:00
parent 7fb5ea4992
commit 40f12f37e1
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx

View File

@@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up QEMU
uses: docker/setup-qemu-action@v3