We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555ae17 commit 2f47f5fCopy full SHA for 2f47f5f
1 file changed
.github/workflows/release.yml
@@ -60,6 +60,7 @@ jobs:
60
61
- name: Generate release description
62
run: |
63
+ cd ${{ github.workspace }}
64
export checksum=$(sha256sum sqlc-gen-better-python.wasm | awk '{print $1}')
65
export download_url="https://github.com/rayakame/sqlc-gen-better-python/releases/download/${{ steps.latest.outputs.output }}/sqlc-gen-better-python.wasm"
66
0 commit comments