Skip to content

Commit a024e6c

Browse files
committed
Change search path
1 parent 574f6ce commit a024e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
with:
6464
upload_url: ${{ needs.Release.outputs.upload_url }}
65-
asset_path: ./boost-${{ github.event.inputs.boost_version }}-${{ matrix.os }}-${{ matrix.pic }}/boost-${{ github.event.inputs.boost_version }}-${{ matrix.os }}-${{ matrix.pic }}.tar.bz2
65+
asset_path: ./boost_archive/boost-${{ github.event.inputs.boost_version }}-${{ matrix.os }}-${{ matrix.pic }}.tar.bz2
6666
asset_name: boost-${{ github.event.inputs.boost_version }}-${{ matrix.os }}-${{ matrix.pic }}.tar.bz2
6767
asset_content_type: application/gzip

0 commit comments

Comments
 (0)