Skip to content

Commit 0291a9d

Browse files
committed
chore: plugging away
1 parent f659296 commit 0291a9d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/upload-test.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,19 @@ jobs:
8989
uses: actions/download-artifact@v4
9090
with:
9191
name: wheels-aarch64
92+
path: dist
9293

9394
- name: Download sdist artifact
9495
uses: actions/download-artifact@v4
9596
with:
9697
name: sdist
98+
path: dist
9799

98-
# Combine all artifacts into the dist directory
99-
- name: Create dist directory and move artifacts
100-
run: |
101-
mkdir -p dist
102-
mv wheels-aarch64/* dist/
103-
mv sdist/* dist/
100+
- name: Check working directory
101+
run: pwd
102+
103+
- name: List all files and directories
104+
run: ls -R
104105

105106
# List the contents of the dist directory for debugging
106107
- name: List final dist directory contents

0 commit comments

Comments
 (0)