Skip to content

Commit

Permalink
Fix bad path in release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Mar 21, 2022
1 parent f687ee1 commit 7bbdc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
with:
name: ${{ needs.build_db.outputs.dbname }}
tag_name: ${{ needs.build_db.outputs.dbname }}
files: '*.db'
files: 'uscis-db/*.db'
fail_on_unmatched_files: true

0 comments on commit 7bbdc03

Please sign in to comment.