modified: .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Philipp Wagner 2023-10-04 01:14:53 +02:00
parent aabacf9984
commit b8b8814aa8

View File

@ -16,6 +16,16 @@ steps:
event:
- push
- commit
- name: push-to-build-folder
image: appleboy/drone-git-push
settings:
remote_name: origin
branch: main
local_ref: main
when:
event:
- push
- commit
- name: attach-to-release
image: plugins/gitea-release