Changed "Linux/X11" to proper "Linux" export template
All checks were successful
godot-ci export / Windows Export (push) Successful in 1m33s
godot-ci export / Linux Export (push) Successful in 1m14s

This commit is contained in:
2025-07-06 02:42:47 -07:00
parent 956367d83f
commit 0668c3815c

View File

@ -73,7 +73,7 @@ jobs:
mkdir -v -p build/linux
EXPORT_DIR="$(readlink -f build)"
cd $PROJECT_PATH
godot --headless --verbose --export-release "Linux/X11" "$EXPORT_DIR/linux/$EXPORT_NAME.x86_64"
godot --headless --verbose --export-release "Linux" "$EXPORT_DIR/linux/$EXPORT_NAME.x86_64"
- name: Upload Artifact
uses: https://gitea.com/actions/upload-artifact@v3 # using v3 ad v4 has issues wwith gitea
with: