Skip to content

Commit a9a2ee9

Browse files
committed
ci: Use newer snapshot of asset lib action
I realised that the previous pinned commit had not refreshed dist/index.js for some of the changes. This pinned commit corresponds to <deep-entertainment/godot-asset-lib-action#3>.
1 parent ebe008a commit a9a2ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/godot-asset-library.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515
- name: Push to Godot Asset Library
16-
uses: wjt/godot-asset-lib-action@fd3395aa70bba333c0d3cc33c78dc03c18d149ae
16+
uses: wjt/godot-asset-lib-action@9cce3792b504bec69eb06b852b008d095e372f56
1717
with:
1818
username: ${{ secrets.GODOT_ASSET_LIBRARY_USERNAME }}
1919
password: ${{ secrets.GODOT_ASSET_LIBRARY_PASSWORD }}

0 commit comments

Comments
 (0)