Skip to content

Commit

Permalink
fix stable references and add godot-channel to cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 12, 2024
1 parent 489d228 commit dd1d866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ inputs:
description: 'Godot Engine version. Supported are 4.x versions'
required: true
godot-channel:
description: 'Godot Engine release channel (${{ inputs.godot-channel}}, beta, rc1, rc2, rc3...). Defaults to ${{ inputs.godot-channel}}'
description: 'Godot Engine release channel (stable, beta, rc1, rc2, rc3...). Defaults to stable'
required: false
default: '${{ inputs.godot-channel}}'
default: 'stable'
project-name:
description: 'Project name used for xarchive building'
required: true
Expand Down Expand Up @@ -47,7 +47,7 @@ runs:
path: |
Godot.app
/Users/runner/Library/Application Support/Godot/
key: ${{ runner.os }}-godot-${{ inputs.godot-version }}
key: ${{ runner.os }}-godot-${{ inputs.godot-version }}-${{ inputs.godot-channel }}

- name: Download and config Godot Engine linux server and templates
shell: bash
Expand Down

0 comments on commit dd1d866

Please sign in to comment.