Skip to content

Commit 184c44f

Browse files
authored
If it exists copy layering.json in the aretefact (I-am-Erk#2512)
Co-authored-by: Fris0uman <fris0uman@users.noreply.github.com>
1 parent 189d58c commit 184c44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/composer_template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
mv "${BUILD_DIR}"/*.png "$artifact_name"
4646
cp "$BUILD_DIR/tile_config.json" "$artifact_name"
4747
cp "gfx/$TILESET/tileset.txt" "$artifact_name"
48+
[ -f "gfx/$TILESET/layering.json" ] && cp "gfx/$TILESET/layering.json" "$artifact_name"
4849
4950
echo "ARTIFACT-NAME=$artifact_name" >> $GITHUB_OUTPUT
5051

0 commit comments

Comments
 (0)