We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b14b0 commit fe20088Copy full SHA for fe20088
1 file changed
.github/workflows/release-standalone.yml
@@ -40,6 +40,10 @@ jobs:
40
- name: Extract release version
41
run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#standalone/}" >> "$GITHUB_ENV"
42
43
+ - name: Build extension
44
+ run: cargo build --release
45
+ working-directory: absurd-sqlite-extension
46
+
47
- name: Build and release
48
uses: tauri-apps/tauri-action@v0
49
env:
0 commit comments