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 977d374 commit eb464c6Copy full SHA for eb464c6
.github/workflows/release.yaml
@@ -77,6 +77,8 @@ jobs:
77
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
78
| tar xfJ - --strip-components 1
79
- run: make sqlite-rembed.h
80
+ - run: mkdir distx
81
+ - run: find .
82
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
83
- run: |
84
gh release upload ${{ github.ref_name }} \
0 commit comments