We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2458dd commit c8fb31fCopy full SHA for c8fb31f
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
uses: actions/upload-artifact@v4
62
with:
63
name: lang_cli-${{ matrix.name }}-${{ matrix.arch }}-size
64
- path: target/release-size/lang_cli${{ matrix.ext }}
+ path: target/${{ matrix.target != '' && format('{0}/', matrix.target) || ''}}release-size/lang_cli${{ matrix.ext }}
65
66
67
# Speed Profile
0 commit comments