We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dd4cd1 + ef1db9d commit b97fc10Copy full SHA for b97fc10
.github/workflows/build.yaml
@@ -93,7 +93,7 @@ jobs:
93
assets: assetsStructure,
94
stickers: stickersStructure,
95
};
96
- fs.writeFileSync("./filelist.json", JSON.stringify(combinedStructure, null, 2));
+ fs.writeFileSync("./merch/filelist.json", JSON.stringify(combinedStructure, null, 2));
97
98
- name: Upload to CDN
99
env:
0 commit comments