Skip to content

Commit

Permalink
cache for 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm committed Oct 24, 2024
1 parent 5536928 commit f3821b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/import-assets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: actions/cache@v3
with:
path: godot/.godot
key: ${{ runner.os }}-godot-assets-cache
key: ${{ runner.os }}-godot-assets-cache-4.3

# Step 2: Run the command that generates/uses the assets
- name: Import assets
Expand All @@ -21,4 +21,4 @@ runs:
uses: actions/cache@v3
with:
path: godot/.godot
key: ${{ runner.os }}-godot-assets-cache
key: ${{ runner.os }}-godot-assets-cache-4.3

0 comments on commit f3821b8

Please sign in to comment.