We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff452b6 commit 20d8fceCopy full SHA for 20d8fce
.github/workflows/publish.yaml
@@ -114,8 +114,8 @@ jobs:
114
uses: svenstaro/upload-release-action@v2
115
with:
116
repo_token: ${{ secrets.GITHUB_TOKEN }}
117
- file: core/dist-macos/crsqlite-aarch64-apple-drawin.a
118
- asset_name: crsqlite-aarch64-apple-drawin.a
+ file: core/dist-macos/crsqlite-aarch64-apple-darwin.a
+ asset_name: crsqlite-aarch64-apple-darwin.a
119
tag: ${{ github.ref }}
120
121
- name: Build all ios dynamic
0 commit comments