Skip to content

Commit

Permalink
If it exists copy layering.json in the aretefact (I-am-Erk#2512)
Browse files Browse the repository at this point in the history
Co-authored-by: Fris0uman <fris0uman@users.noreply.github.com>
  • Loading branch information
Fris0uman and Fris0uman authored Sep 5, 2024
1 parent 189d58c commit 184c44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/composer_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
mv "${BUILD_DIR}"/*.png "$artifact_name"
cp "$BUILD_DIR/tile_config.json" "$artifact_name"
cp "gfx/$TILESET/tileset.txt" "$artifact_name"
[ -f "gfx/$TILESET/layering.json" ] && cp "gfx/$TILESET/layering.json" "$artifact_name"
echo "ARTIFACT-NAME=$artifact_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 184c44f

Please sign in to comment.