File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/*/* "
You can’t perform that action at this time.
0 commit comments