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 dd437aa commit 959d3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 959d3a2

Please sign in to comment.