From 1d7c7ae5fbd75a779a62622d204a8d7b985526e0 Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Fri, 26 Jul 2024 17:47:52 +0800 Subject: [PATCH] debug --- .github/workflows/cross-platform-next.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/cross-platform-next.yml b/.github/workflows/cross-platform-next.yml index b4a1c249..52cea2a9 100644 --- a/.github/workflows/cross-platform-next.yml +++ b/.github/workflows/cross-platform-next.yml @@ -127,6 +127,19 @@ jobs: profile: minimal override: true target: ${{ matrix.target }} + + - name: Download artifacts + uses: actions/download-artifact@v4 + with: + name: ${{ matrix.target }} + + - name: Unzip downloaded files + shell: bash + run: | + ls -R + tar –xvf ${{ matrix.target }}.tar.gz + ls -R + - name: Build binary uses: actions-rs/cargo@v1 with: