upload
Some checks failed
godot exports / Linux Export (push) Failing after 4s
godot exports / Web Export (push) Has been cancelled
godot exports / Linux ARM Export (push) Has been cancelled

This commit is contained in:
2025-09-29 18:07:33 +02:00
parent c5f7599f5e
commit 0fe1019ef1

View File

@@ -16,7 +16,7 @@ jobs:
image: oierbravo/godot-ci-with-node:4.5
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
lfs: true
- name: Setup
@@ -53,7 +53,7 @@ jobs:
cd $PROJECT_PATH
godot --headless --verbose --export-release "LinuxARM" "$EXPORT_DIR/linux-arm/$EXPORT_NAME.arm_64"
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: linux-arm
path: build/linux-arm
@@ -81,7 +81,7 @@ jobs:
cd $PROJECT_PATH
godot --headless --verbose --export-release "Web" "$EXPORT_DIR/web/index.html"
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: web
path: build/web