Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jun 30, 2024
1 parent 12ccb5a commit 501d232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-godot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ runs:
run: |
gdver_full=$(echo ${{ inputs.version }} | sed 's:0-::' | sed 's:beta\.:beta:')
echo "gdver_full=$gdver_full" >> $GITHUB_ENV
gdver_url=$(echo ${{ inputs.version }} | sed 's:0-:-:' | sed 's:beta\.:beta:')
templates_url="https://github.com/godotengine/godot-builds/releases/download/${gdver_url}/Godot_v${gdver_full}_export_templates.tpz"
gdver_url=$(echo ${{ inputs.version }} | sed 's:\.0-:-:' | sed 's:beta\.:beta:')
templates_url="https://github.com/godotengine/godot-builds/releases/download/${gdver_url}/Godot_v${gdver_url}_export_templates.tpz"
echo "templates_url=$templates_url" >> $GITHUB_ENV
# 4.2.2 -> 4.2.2.stable
Expand Down

0 comments on commit 501d232

Please sign in to comment.