Skip to content

Commit 7a6b110

Browse files
committed
I accidentally a dollar sign
Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
1 parent c57e115 commit 7a6b110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
- uses: actions/upload-artifact@v4
197197
with:
198-
name: wheel-{{ matrix.os }}-${{ matrix.python-build }}
198+
name: wheel-${{ matrix.os }}-${{ matrix.python-build }}
199199
path: ./wheelhouse/*.whl
200200

201201
package_sdist:

0 commit comments

Comments
 (0)