Skip to content

Commit

Permalink
fix: 路径
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 31, 2023
1 parent 959d3a2 commit 758b12f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
run : |
mkdir -p ${{ github.workspace }}/release
cd target/${{ matrix.target.name }}/release
cp AirISP-next.exe ${{ github.workspace }}/release/AirISP-next
mkdir ${{ github.workspace }}/release/AirISP-next/
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
Expand All @@ -93,7 +94,8 @@ jobs:
mkdir -p ${{ github.workspace }}/release
cd target/${{ matrix.target.name }}/release
chmod +x AirISP-next
cp AirISP-next ${{ github.workspace }}/release/AirISP-next
mkdir ${{ github.workspace }}/release/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
Expand Down

0 comments on commit 758b12f

Please sign in to comment.