Skip to content

Commit ccae269

Browse files
committed
Fix macos artifact path
1 parent c4bb8cb commit ccae269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Download macOS package
8282
uses: actions/download-artifact@v1
8383
with:
84-
name: linux-package
84+
name: macos-package
8585

8686
- name: Upload Linux Release Asset
8787
id: upload-linux-release-asset

0 commit comments

Comments
 (0)