Skip to content

Commit c5fab7b

Browse files
committed
Remove variable reference.
1 parent 76ba1fc commit c5fab7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# uses: pypa/cibuildwheel@v2.21.1
2424

2525
- run:
26+
mkdir dist
2627
echo "hello" > dist/pytsql-wheel-${{ matrix.os }}.whl
2728

2829
- uses: actions/upload-artifact@v4
@@ -44,7 +45,7 @@ jobs:
4445

4546
- uses: actions/upload-artifact@v4
4647
with:
47-
name: pytsql-sdist-${{ matrix.os }}
48+
name: pytsql-sdist
4849
path: dist/*.tar.gz
4950
if-no-files-found: error
5051

0 commit comments

Comments
 (0)