Skip to content

Commit b97fc10

Browse files
authored
Merge pull request #9 from rolling-scopes/feat/move-catalog-file
feat: move catalog
2 parents 7dd4cd1 + ef1db9d commit b97fc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
assets: assetsStructure,
9494
stickers: stickersStructure,
9595
};
96-
fs.writeFileSync("./filelist.json", JSON.stringify(combinedStructure, null, 2));
96+
fs.writeFileSync("./merch/filelist.json", JSON.stringify(combinedStructure, null, 2));
9797
9898
- name: Upload to CDN
9999
env:

0 commit comments

Comments
 (0)