We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f105f commit 8133698Copy full SHA for 8133698
.github/workflows/release.yml
@@ -35,3 +35,11 @@ jobs:
35
file: sqlite3/.dart_tool/sqlite3_build/sqlite3_debug.init.wasm
36
asset_name: sqlite3.debug.wasm
37
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