From 2445bd19f6baf6e18f610f5fce56d7cae119220f Mon Sep 17 00:00:00 2001 From: fy Date: Fri, 18 Oct 2024 11:33:34 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20linux=E7=89=88=E6=9C=AC=E4=BD=BF?= =?UTF-8?q?=E7=94=A8musl=E7=89=88=E4=B8=BA=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index 5fdfdc8..8db3347 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -697,8 +697,17 @@ jobs: echo "PROJECT_VERSION_C=${CUR_TIME}-${COMMIT_ID::7}" >> $GITHUB_ENV; env: CUR_TIME: ${{ steps.currentTime.outputs.time }} + - name: Get Files uses: actions/download-artifact@v4 + if: matrix.goos == 'linux' + with: + name: sealdice_${{ env.PROJECT_VERSION_C }}_${{ matrix.goos }}_${{ matrix.goarch }}_musl + path: ./temp/ + + - name: Get Files(!linux) + uses: actions/download-artifact@v4 + if: matrix.goos != 'linux' with: name: sealdice_${{ env.PROJECT_VERSION_C }}_${{ matrix.goos }}_${{ matrix.goarch }} path: ./temp/