Skip to content

Commit a5f4514

Browse files
committed
Make asset library template not a dotfile
The old path was the default filename for the action we are using but I don't think this file should be a dotfile: it's part of the build system, and is a file we might reasonably want to modify periodically. https://phabricator.endlessm.com/T35503
1 parent 0b2d389 commit a5f4514

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/godot-asset-library.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }}
1919
password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}
2020
assetId: 3095
21+
assetTemplate: asset-template.json.hb
File renamed without changes.

0 commit comments

Comments
 (0)