fix path
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
a3af249f02
commit
ec0d01c9de
|
@ -47,5 +47,15 @@ steps:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache zip
|
- apk add --no-cache zip
|
||||||
- cd build/windows
|
- cd godot/build/windows
|
||||||
- zip asyncrow-release.zip asingrow.exe asingrow.pck
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue