Skip to content

Commit b2f97c4

Browse files
committed
🤬
1 parent 558c7b5 commit b2f97c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ jobs:
111111
with:
112112
name: tools-${{ matrix.buildname }}-${{ matrix.os }}
113113
path: |
114-
repo/examples/${{ matrix.directory }}/${{ matrix.buildname }}
114+
${{ matrix.os == 'windows-2022' && format('repo/examples/{0}/{1}.exe', matrix.directory, matrix.buildname) || format('repo/examples/{0}/{1}', matrix.directory, matrix.buildname) }}
115115
${{ matrix.os == 'windows-2022' && format('repo/examples/{0}/*.dll', matrix.directory) || '' }}
116116
if-no-files-found: ignore

0 commit comments

Comments
 (0)