Skip to content

Commit 288f1e9

Browse files
committed
Fix macos artifact upload
1 parent ac4ea8c commit 288f1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/upload-artifact@v3
5757
with:
5858
name: ${{ env.ARTIFACT }}
59-
path: ${{ env.ARTIFACT }}.zip
59+
path: ${{ env.ARTIFACT }}
6060
- name: Prepare Release
6161
if: github.ref_type == 'tag' || (github.ref_name == 'main' && github.event_name == 'push')
6262
run: |

0 commit comments

Comments
 (0)