Skip to content

Commit a09c544

Browse files
committed
Removed mac os from asset upload
1 parent 0166bf7 commit a09c544

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,3 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
7272
args: '*.dll'
73-
- uses: actions/download-artifact@v2
74-
with:
75-
name: library-macos
76-
- name: Upload macos artifacts
77-
uses: skx/github-action-publish-binaries@master
78-
env:
79-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80-
with:
81-
args: '*.dylib'

0 commit comments

Comments
 (0)