Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Mar 21, 2022
1 parent 4f617f8 commit f687ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ needs.build_db.outputs.dbname }}
files: '*.db'
tag_name: ${{ needs.build_db.outputs.dbname }}
files: '*.db'
fail_on_unmatched_files: true

0 comments on commit f687ee1

Please sign in to comment.