Skip to content

Commit 9b303b2

Browse files
authored
Merge pull request #72 from guzman-raphael/alpha-release
Fix publish: Fetch multi-artifacts into specific subdirectory
2 parents 53241ae + 38c335f commit 9b303b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
uses: actions/download-artifact@v2
100100
with:
101101
name: pip-pharus-${{env.PHARUS_VERSION}}
102+
path: dist
102103
- name: Publish pip release
103104
run: |
104105
export HOST_UID=$(id -u)

0 commit comments

Comments
 (0)