Skip to content

Commit 23010ec

Browse files
committed
add: 添加安装包路径
1 parent 30954e9 commit 23010ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: ncipollo/release-action@v1
126126
with:
127127
allowUpdates: true
128-
artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*"
128+
artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*/*"
129129

130130
release-linux-aarch64:
131131
name: release-linux-aarch64
@@ -191,7 +191,7 @@ jobs:
191191
run : |
192192
cd src-tauri/target/${{ matrix.target.name }}/release
193193
mv air-isp-next AirISP-next
194-
194+
195195
- name: Package
196196
run : |
197197
mkdir -p ${{ github.workspace }}/release
@@ -205,4 +205,4 @@ jobs:
205205
uses: ncipollo/release-action@v1
206206
with:
207207
allowUpdates: true
208-
artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*"
208+
artifacts: "${{ github.workspace }}/AirISP-${{ github.ref_name }}-${{ matrix.target.file_name }}.tar.gz, src-tauri/target/${{ matrix.target.name }}/release/bundle/*/*"

0 commit comments

Comments
 (0)