Use full url for action
Some checks failed
godot-ci export / Windows Export (push) Failing after 1s
godot-ci export / Linux Export (push) Failing after 1s
godot-ci export / Web Export (push) Failing after 1s
godot-ci export / Mac Export (push) Failing after 1s

This commit is contained in:
Antonio Dell'Annunziata 2025-03-02 12:47:46 +01:00
parent b9844a55ac
commit a0ff84fe37
No known key found for this signature in database
GPG key ID: 8D2BB16641F06E94

View file

@ -16,7 +16,7 @@ jobs:
image: git.antonio-da.dev/antoniodell/godot-ci:latest image: git.antonio-da.dev/antoniodell/godot-ci:latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: code.forgejo.org/actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Windows Build - name: Windows Build
@ -42,7 +42,7 @@ jobs:
image: git.antonio-da.dev/antoniodell/godot-ci:latest image: git.antonio-da.dev/antoniodell/godot-ci:latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: code.forgejo.org/actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Linux Build - name: Linux Build
@ -66,7 +66,7 @@ jobs:
image: git.antonio-da.dev/antoniodell/godot-ci:latest image: git.antonio-da.dev/antoniodell/godot-ci:latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: code.forgejo.org/actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Web Build - name: Web Build
@ -90,7 +90,7 @@ jobs:
image: git.antonio-da.dev/antoniodell/godot-ci:latest image: git.antonio-da.dev/antoniodell/godot-ci:latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: code.forgejo.org/actions/checkout@v4
with: with:
lfs: true lfs: true
- name: Mac Build - name: Mac Build