Skip to content

Commit 8c96f7a

Browse files
committed
fix workflow
Signed-off-by: Utkarsh Srivastava <[email protected]>
1 parent 8094857 commit 8c96f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: ncipollo/release-action@v1
2121
with:
2222
generateReleaseNotes: true
23-
artifacts: "pkg/nodejs_snowflake.wasm"
23+
artifacts: "pkg/nodejs_snowflake_bg.wasm"
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Publish packages to NPM
2626
env:

0 commit comments

Comments
 (0)