Skip to content

Commit

Permalink
fix: Ensure dist files are placed for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Dec 18, 2023
1 parent 2eeaf21 commit 55e4a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-sshnpd-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: packages/python/sshnpd
run: |
poetry build
cp -r dist/ ${{ runner.home }}
cp -r dist/ $GITHUB_WORKSPACE
- name: Store the distribution packages
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
Expand Down

0 comments on commit 55e4a4b

Please sign in to comment.