fix path
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Martyn 2020-09-20 14:26:15 +02:00
parent a3af249f02
commit ec0d01c9de
1 changed files with 11 additions and 1 deletions

View File

@ -47,5 +47,15 @@ steps:
image: alpine
commands:
- apk add --no-cache zip
- cd build/windows
- cd godot/build/windows
- zip asyncrow-release.zip asingrow.exe asingrow.pck
- name: release
image: plugins/gitea-release
settings:
api_key: f72787a6777986271730d24e7ccb3dc61d8c370b #don't worry, this is temporary whilst we test!
base_url: http://10.43.26.198
files:
- godot/build/windows/asyncrow-release.zip
when:
event: tag