Skip to content

Commit

Permalink
Fix: Compiled wasm directory (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan authored Oct 14, 2024
1 parent 71d3faa commit 0f0bddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
file: sqlite3/.dart_tool/sqlite3_build/sqlite3.wasm
file: sqlite3/.dart_tool/sqlite3_build/sqlite3_opt.wasm
asset_name: sqlite3.wasm
body: "PowerSync SQLite3 WASM binary"
tag: ${{ github.ref_name }}
Expand All @@ -32,6 +32,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
file: sqlite3/.dart_tool/sqlite3_build/sqlite3.debug.wasm
file: sqlite3/.dart_tool/sqlite3_build/sqlite3_debug.init.wasm
asset_name: sqlite3.debug.wasm
tag: ${{ github.ref_name }}

0 comments on commit 0f0bddf

Please sign in to comment.