Skip to content

Commit e3eb358

Browse files
authored
Update release.yml
1 parent 4a41b35 commit e3eb358

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ jobs:
5858
- SHA256 checksum: `${checksum}`
5959
6060
Auto-generated during the release workflow.
61-
61+
62+
- name: Build plugin again
63+
working-directory: plugin
64+
run: GOOS=wasip1 GOARCH=wasm go build -o ../sqlc-gen-better-python.wasm
65+
6266
- name: Generate release description
6367
run: |
6468
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)