godot3-v1.2.9 - Minor bug fixes #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v2 | |
- name: Godot Asset Lib | |
uses: deep-entertainment/godot-asset-lib-action@v0.4.0 | |
with: | |
username: Spyrex | |
password: ${{ secrets.ASSET_STORE_PASSWORD }} | |
assetId: 1017 |