diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 579fb2c..9eeb79a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: with: # 👇 Force the container to use bash to parse the block sequentially entrypoint: /bin/bash - args: -c "mkdir -v -p ~/.local/share/godot/export_templates/ && ln -s /root/.local/share/godot/export_templates/* ~/.local/share/godot/export_templates/ && mkdir -v -p build/linux && godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64" + args: -c "godot --headless --export-release 'Linux' build/linux/godot_number_factory.x86_64" - name: Upload Linux Build Artifact uses: actions/upload-artifact@v4