Skip to content

Commit

Permalink
Merge branch 'main' into addon
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptsengineer committed Sep 19, 2023
2 parents b516346 + fc8b808 commit 880b06b
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/push_addon_to_asset_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,22 @@ jobs:
echo "plugin_version=${VERSION}"
echo "plugin_version=${VERSION}" >> $GITHUB_OUTPUT
- 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: .github/workflows/.asset-template-addons.json.hb
# Godot asset lib base url
baseUrl: https://godotengine.org/asset-library/api
# - 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: .github/workflows/.asset-template-addons.json.hb
# # Godot asset lib base url
# baseUrl: https://godotengine.org/asset-library/api
- name: Debug Godot Asset Lib
run:
echo "plugin_version=${{ steps.set_plugin_version.outputs.plugin_version }}"

0 comments on commit 880b06b

Please sign in to comment.