We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d5fc1 commit 5739673Copy full SHA for 5739673
README.md
@@ -27,7 +27,7 @@ runs:
27
curl -fLO https://github.com/godotengine/godot/archive/${{ inputs.version }}.tar.gz
28
tar -xvzf ${{ inputs.version }}.tar.gz --strip-components 1 --exclude=".github"
29
30
- # Custom steps to download and moving sg-physics to the modules folder.
+ # Custom steps to download and moving sg-physics to the modules folder.
31
- name: Download sg-physics
32
shell: bash
33
run: |
0 commit comments