Skip to content

Commit 59a5755

Browse files
Fix upload-artifact for macos (#10)
Signed-off-by: Tushar Sadhwani <[email protected]>
1 parent caac6e2 commit 59a5755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
3737
uses: actions/upload-artifact@v3
3838
with:
3939
name: wheels-macos
40-
paths: |
40+
path: |
4141
dist-x86-64
4242
dist-universal2
4343

0 commit comments

Comments
 (0)