Skip to content

Commit 38c98ed

Browse files
committed
updating dist folder
1 parent b42fc14 commit 38c98ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-tljh-matlab.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: release-dists
42-
path: dist/
42+
path: install_guides/the-littlest-jupyterhub/tljh-matlab/dist/
4343

4444
release-tljh-matlab:
4545
runs-on: ubuntu-latest
@@ -57,7 +57,8 @@ jobs:
5757
uses: actions/download-artifact@v4
5858
with:
5959
name: release-dists
60-
path: dist/
60+
path: install_guides/the-littlest-jupyterhub/tljh-matlab/dist/
61+
# path: dist/
6162

6263
- name: Publish to PyPI.
6364
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)