From 7bbdc036b85270a7de9e2e8511a45e56ecbb66c4 Mon Sep 17 00:00:00 2001 From: "J. Zebedee" Date: Sun, 20 Mar 2022 19:54:26 -0500 Subject: [PATCH] Fix bad path in release upload --- .github/workflows/build_db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_db.yml b/.github/workflows/build_db.yml index 623d559..88d793f 100644 --- a/.github/workflows/build_db.yml +++ b/.github/workflows/build_db.yml @@ -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 \ No newline at end of file