Skip to content

Commit 7d9ad94

Browse files
committed
chore: Whoops fix paths again
1 parent 03f18b7 commit 7d9ad94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149

150150
- name: Zip artifacts
151151
run: |
152-
zip -r ./artifacts/python-windows.zip ./artifacts/windows/python-windows
153-
zip -r ./artifacts/python-linux.zip ./artifacts/linux/python-linux
152+
zip -r ./artifacts/python-windows.zip ./artifacts/windows
153+
zip -r ./artifacts/python-linux.zip ./artifacts/linux
154154
155155
- name: Set up Node.js
156156
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)