Skip to content

Commit 20d8fce

Browse files
committed
fix drawin -> darwin
1 parent ff452b6 commit 20d8fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
uses: svenstaro/upload-release-action@v2
115115
with:
116116
repo_token: ${{ secrets.GITHUB_TOKEN }}
117-
file: core/dist-macos/crsqlite-aarch64-apple-drawin.a
118-
asset_name: crsqlite-aarch64-apple-drawin.a
117+
file: core/dist-macos/crsqlite-aarch64-apple-darwin.a
118+
asset_name: crsqlite-aarch64-apple-darwin.a
119119
tag: ${{ github.ref }}
120120

121121
- name: Build all ios dynamic

0 commit comments

Comments
 (0)