We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7137df commit ba256bdCopy full SHA for ba256bd
1 file changed
.github/workflows/ci.yml
@@ -12,5 +12,9 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-go@v4
14
with:
15
- go-version: '1.21.0-rc.2'
+ go-version: '1.21.0'
16
- run: make
17
+ - uses: actions/upload-artifact@v3
18
+ with:
19
+ name: sqlc-gen-python
20
+ path: plugin/sqlc-gen-python.wasm
0 commit comments