diff --git a/build/ci/drone.yml b/build/ci/drone.yml index 6167daf..8ddb8ce 100644 --- a/build/ci/drone.yml +++ b/build/ci/drone.yml @@ -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