fix macos builds (invalid export format)

- remove gh workflows as they were never executed in this fork
- removes "SubDirectoryLocation"
- expects your `export_path` to be `./build/...`
- remove test projects
- use `lf` eol
- remove contributors as this file wasn't up-to-date since forever
- remove some `Dockerfile` labels
This commit is contained in:
Felix 2024-11-22 13:00:34 +01:00
parent d4a95ed044
commit a064ca1e7f
No known key found for this signature in database
GPG key ID: D87210FB9048E559
19 changed files with 16 additions and 330 deletions

View file

@ -5,11 +5,7 @@ LABEL "com.github.actions.description"="Build a Godot project for multiple platf
LABEL "com.github.actions.icon"="loader"
LABEL "com.github.actions.color"="blue"
LABEL repository="https://github.com/josephbmanley/build-godot-action"
LABEL homepage="https://cloudsumu.com/"
LABEL maintainer="Joseph Manley <joseph@cloudsumu.com>"
USER root
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]