Skip to content

Commit

Permalink
dbg release
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 4, 2024
1 parent 977d374 commit eb464c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
| tar xfJ - --strip-components 1
- run: make sqlite-rembed.h
- run: mkdir distx
- run: find .
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
- run: |
gh release upload ${{ github.ref_name }} \
Expand Down

0 comments on commit eb464c6

Please sign in to comment.