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 a64f7d1 + eb0b2c7 commit f01738a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/push_addon_to_asset_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# - name: set_plugin_version
# id: set_plugin_version
# run: |
# VERSION=$(grep version addons/character-controller/plugin.cfg | cut -d "=" -f 2 | tr -d '"')
# echo "PLUGIN_VERSION=${VERSION}" >> $GITHUB_ENV
- name: set_plugin_version
id: set_plugin_version
run: |
VERSION=$(grep version addons/character-controller/plugin.cfg | cut -d "=" -f 2 | tr -d '"')
echo "PLUGIN_VERSION=${VERSION}" >> $GITHUB_ENV
# - 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: 1567
# # Path to asset template file
# assetTemplate: .github/workflows/.asset-template-addon.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: 1567
# Path to asset template file
assetTemplate: .github/workflows/.asset-template-addon.json.hb
# Godot asset lib base url
baseUrl: https://godotengine.org/asset-library/api

- name: Debug Godot Asset Lib
run: echo $PLUGIN_VERSION

0 comments on commit f01738a

Please sign in to comment.