Skip to content

Commit 7d16c09

Browse files
author
Michael Henderson
committed
fix(update-store): Update artifact path
1 parent 8aa4e5b commit 7d16c09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-stores.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ jobs:
108108
uses: actions/upload-artifact@v3
109109
with:
110110
name: store-types
111-
path: ./tools/store-type-merge/store_types.*.json
111+
path: |
112+
./tools/store-type-merge/store_types.json
113+
./merge-folder/store_types.sav.json
112114
113115
- name: Save Invalid Store Types JSON Artifact
114116
if: success()

0 commit comments

Comments
 (0)