From 959d3a2cbb606b1e4c2506e25b93e63d51fc37cd Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Sun, 31 Dec 2023 23:46:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8335d6..13c1b39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: run : | mkdir -p ${{ github.workspace }}/release cd target/${{ matrix.target.name }}/release - cp AirISP-next.exe ${{ github.workspace }}/release/AirISP-next/AirISP-next.exe + cp AirISP-next.exe ${{ github.workspace }}/release/AirISP-next cd ${{ github.workspace }}/release 7z a -tzip ${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.zip AirISP-next @@ -93,7 +93,7 @@ jobs: mkdir -p ${{ github.workspace }}/release cd target/${{ matrix.target.name }}/release chmod +x AirISP-next - cp AirISP-next ${{ github.workspace }}/release/AirISP-next/AirISP-next + cp AirISP-next ${{ github.workspace }}/release/AirISP-next cd ${{ github.workspace }}/release tar zcvf ${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz AirISP-next