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:
parent
d4a95ed044
commit
a064ca1e7f
19 changed files with 16 additions and 330 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue