Skip to content

Commit

Permalink
overwrite gh assets when uploading release
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Oct 22, 2024
1 parent d863848 commit 1b1644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
| tar xfJ - --strip-components 1
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
- run: |
gh release upload ${{ github.ref_name }} \
gh release upload --clobber ${{ github.ref_name }} \
distx/amalgamation/* \
distx/github_releases/* \
distx/checksums.txt \
Expand Down

0 comments on commit 1b1644a

Please sign in to comment.