From 23010ecddea972975ae1cf2f0730706f30a2df18 Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Thu, 18 Jan 2024 17:05:47 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0a78b5..45c7291 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*" + artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*/*" release-linux-aarch64: name: release-linux-aarch64 @@ -191,7 +191,7 @@ jobs: run : | cd src-tauri/target/${{ matrix.target.name }}/release mv air-isp-next AirISP-next - + - name: Package run : | mkdir -p ${{ github.workspace }}/release @@ -205,4 +205,4 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*" \ No newline at end of file + artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*/*" \ No newline at end of file