Skip to content

Commit c8fb31f

Browse files
committed
fix: github build script target to path if built with custom target
1 parent f2458dd commit c8fb31f

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
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/upload-artifact@v4
6262
with:
6363
name: lang_cli-${{ matrix.name }}-${{ matrix.arch }}-size
64-
path: target/release-size/lang_cli${{ matrix.ext }}
64+
path: target/${{ matrix.target != '' && format('{0}/', matrix.target) || ''}}release-size/lang_cli${{ matrix.ext }}
6565

6666

6767
# Speed Profile

0 commit comments

Comments
 (0)