Skip to content

Commit 2b490d0

Browse files
author
Sam Daniel Thangarajan
committed
mend
1 parent 647f675 commit 2b490d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/wf-push.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
uses: actions/download-artifact@v6
9494
with:
9595
name: build-artifacts-3.12
96-
path: dist/
96+
path: ./
9797
- name: list all files
98-
run: ls -laR
98+
run: ls -lR
9999
- name: Publish distribution 📦 to TestPyPI
100100
uses: pypa/gh-action-pypi-publish@release/v1
101101
with:
@@ -118,6 +118,8 @@ jobs:
118118
uses: actions/download-artifact@v6
119119
with:
120120
name: build-artifacts-3.12
121-
path: dist/
121+
path: ./
122+
- name: list all files
123+
run: ls -lR
122124
- name: Publish distribution 📦 to PyPI
123125
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)