trying to fix syntax error in checkout action
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 2m3s
Create tag and build when new code gets to main / Export (push) Failing after 1m37s

This commit is contained in:
2026-01-27 18:44:03 +01:00
parent 1709554e72
commit 19bdc143c1

View File

@@ -90,10 +90,13 @@ jobs:
image: barichello/godot-ci:mono-4.6
steps:
- name: Install node, curl and zip
- name: Install curl and zip
run: |
apt update && apt -y install curl zip nodejs
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: 24
- name: Checkout
uses: actions/checkout@v6
with: