Skip to content

Commit 8133698

Browse files
committed
Add multiple ciphers library to release
1 parent 02f105f commit 8133698

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ jobs:
3535
file: sqlite3/.dart_tool/sqlite3_build/sqlite3_debug.init.wasm
3636
asset_name: sqlite3.debug.wasm
3737
tag: ${{ github.ref_name }}
38+
- name: Upload sqlite3 multipleciphers binary
39+
uses: svenstaro/upload-release-action@v2
40+
with:
41+
repo_token: ${{ secrets.GITHUB_TOKEN }}
42+
overwrite: true
43+
file: sqlite3/.dart_tool/sqlite3_build/sqlite3mc.wasm
44+
asset_name: sqlite3mc.wasm
45+
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)