We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189d58c commit 184c44fCopy full SHA for 184c44f
.github/workflows/composer_template.yml
@@ -45,6 +45,7 @@ jobs:
45
mv "${BUILD_DIR}"/*.png "$artifact_name"
46
cp "$BUILD_DIR/tile_config.json" "$artifact_name"
47
cp "gfx/$TILESET/tileset.txt" "$artifact_name"
48
+ [ -f "gfx/$TILESET/layering.json" ] && cp "gfx/$TILESET/layering.json" "$artifact_name"
49
50
echo "ARTIFACT-NAME=$artifact_name" >> $GITHUB_OUTPUT
51
0 commit comments