Skip to content

Commit d27ad85

Browse files
committed
Fix wrong path to zip file in basemap-for-windows workflow
1 parent 03dfeb0 commit d27ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
$env:NUMPY_INCLUDE_PATH = "$env:GITHUB_WORKSPACE/${{ env.PKGDIR }}/extern/include"
169169
pip install -r requirements-setup.txt
170170
python setup.py sdist
171-
pip wheel -w dist --no-deps (Get-Item ${{ env.PKGDIR }}/dist/*.zip)
171+
pip wheel -w dist --no-deps (Get-Item dist/*.zip)
172172
-
173173
name: Upload build artifacts
174174
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)