Skip to content

Push to asset lib

Push to asset lib #3

name: "Push to asset lib"
on:
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-latest
name: Publish new version to asset lib
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Godot Asset Lib
# You may pin to the exact commit or the version.
# uses: deep-entertainment/godot-asset-lib-action@81addbb4db62199a69e4aa5535741a8928d6abb6
uses: deep-entertainment/[email protected]
with:
action: addEdit
# Godot asset lib username
username: expressobits
# Godot asset lib password
password: ${{ secrets.GODOT_ASSET_LIB_PASSWORD }}
# ID of the asset in the asset store
assetId: 1650
# Path to asset template file
assetTemplate: .asset-template.json.hb
# Godot asset lib base url
baseUrl: https://godotengine.org/asset-library/api