We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558c7b5 commit b2f97c4Copy full SHA for b2f97c4
1 file changed
.github/workflows/buildtools.yml
@@ -111,6 +111,6 @@ jobs:
111
with:
112
name: tools-${{ matrix.buildname }}-${{ matrix.os }}
113
path: |
114
- repo/examples/${{ matrix.directory }}/${{ matrix.buildname }}
+ ${{ matrix.os == 'windows-2022' && format('repo/examples/{0}/{1}.exe', matrix.directory, matrix.buildname) || format('repo/examples/{0}/{1}', matrix.directory, matrix.buildname) }}
115
${{ matrix.os == 'windows-2022' && format('repo/examples/{0}/*.dll', matrix.directory) || '' }}
116
if-no-files-found: ignore
0 commit comments