Skip to content

Commit

Permalink
Fix dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Oct 24, 2024
1 parent 40807b4 commit 6c2850e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# uses: pypa/[email protected]

- run: |
mkdir dist
echo "hello" > dist/pytsql-wheel-${{ matrix.os }}.whl
mkdir wheelhouse
echo "hello" > wheelhouse/pytsql-wheel-${{ matrix.os }}.whl
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6c2850e

Please sign in to comment.