change
continuous-integration/drone/tag Build was killed Details

dronecitest
twl 1 year ago
parent fe747a630c
commit bd5c86701d
Signed by: twl
GPG Key ID: A1EDA0E1E78D4DB7

@ -9,6 +9,11 @@ steps:
- mkdir -v -p build/windows
- godot -v --export "Windows Desktop" build/windows/godot-rpg.exe
- name: linux
image: barichello/godot-ci:3.4.2
commands:
- mkdir -v -p build/linux
- godot -v --export "Linux/X11" build/linux/godot-rpg.x86_64
- name: gitea_release
image: plugins/gitea-release
@ -17,6 +22,7 @@ steps:
api_key:
from_secret: gitea_token
files:
- build/windows/godot-rpg.exe
- /drone/src/build/windows/godot-rpg.exe
- /drone/src/build/linux/godot-rpg.x86_64
when:
event: tag

Loading…
Cancel
Save