Skip to content

Commit

Permalink
Merge pull request #643 from atsign-foundation/cpswan-python-build-push
Browse files Browse the repository at this point in the history
fix: Ensure dist files are placed for upload
  • Loading branch information
gkc authored Dec 18, 2023
2 parents f22c2af + 55e4a4b commit a999bb1
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 a999bb1

Please sign in to comment.