File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
.github/composite/godot-install Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,11 @@ runs:
41
41
env :
42
42
ARTIFACT_NAME : ${{ inputs.artifact-name }}
43
43
# if: steps.cache-godot.outputs.cache-hit != 'true'
44
- # If a specific Godot revision should be used, rather than latest, use this:
45
- # curl https://nightly.link/Bromeon/godot4-nightly/actions/runs/4910907653/$ARTIFACT_NAME.zip \
46
44
run : |
47
45
if [[ $ARTIFACT_NAME == *"nightly"* ]]; then
48
46
url="https://nightly.link/Bromeon/godot4-nightly/workflows/compile-godot-nightly/master/$ARTIFACT_NAME.zip"
49
- # FIXME: re-enable latest as soon as https://github.com/godotengine/godot/issues/105834 is resolved.
50
- url="https://nightly.link/Bromeon/godot4-nightly/actions/runs/14632778165 /$ARTIFACT_NAME.zip"
47
+ # If a specific Godot revision should be used, rather than latest, use this:
48
+ # url="https://nightly.link/Bromeon/godot4-nightly/actions/runs/<WORKFLOW_RUN_ID> /$ARTIFACT_NAME.zip"
51
49
else
52
50
url="https://nightly.link/Bromeon/godot4-nightly/workflows/compile-godot-stable/master/$ARTIFACT_NAME.zip"
53
51
fi
You can’t perform that action at this time.
0 commit comments