@@ -24,28 +24,28 @@ jobs:
2424 - name : Checkout
2525 uses : actions/checkout@v3
2626
27- - name : set_plugin_version
28- id : set_plugin_version
29- run : |
30- VERSION=$(grep version addons/character-controller/plugin.cfg | cut -d "=" -f 2 | tr -d '"')
31- echo "PLUGIN_VERSION=${VERSION}" >> $GITHUB_ENV
27+ # - name: set_plugin_version
28+ # id: set_plugin_version
29+ # run: |
30+ # VERSION=$(grep version addons/character-controller/plugin.cfg | cut -d "=" -f 2 | tr -d '"')
31+ # echo "PLUGIN_VERSION=${VERSION}" >> $GITHUB_ENV
3232
33- - name : Godot Asset Lib
34- # You may pin to the exact commit or the version.
35- # uses: deep-entertainment/godot-asset-lib-action@81addbb4db62199a69e4aa5535741a8928d6abb6
36- uses :
deep-entertainment/[email protected] 37- with :
38- action : addEdit
39- # Godot asset lib username
40- username : expressobits
41- # Godot asset lib password
42- password : ${{ secrets.GODOT_ASSET_LIB_PASSWORD }}
43- # ID of the asset in the asset store
44- assetId : 1567
45- # Path to asset template file
46- assetTemplate : .github/workflows/.asset-template-addon.json.hb
47- # Godot asset lib base url
48- baseUrl : https://godotengine.org/asset-library/api
33+ # - name: Godot Asset Lib
34+ # # You may pin to the exact commit or the version.
35+ # # uses: deep-entertainment/godot-asset-lib-action@81addbb4db62199a69e4aa5535741a8928d6abb6
36+ # uses: deep-entertainment/[email protected] 37+ # with:
38+ # action: addEdit
39+ # # Godot asset lib username
40+ # username: expressobits
41+ # # Godot asset lib password
42+ # password: ${{ secrets.GODOT_ASSET_LIB_PASSWORD }}
43+ # # ID of the asset in the asset store
44+ # assetId: 1567
45+ # # Path to asset template file
46+ # assetTemplate: .github/workflows/.asset-template-addon.json.hb
47+ # # Godot asset lib base url
48+ # baseUrl: https://godotengine.org/asset-library/api
4949
5050 - name : Debug Godot Asset Lib
5151 run : echo $PLUGIN_VERSION
0 commit comments