diff --git a/.drone.yml b/.drone.yml index 9faea66..7b0a334 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,6 +74,20 @@ steps: - name: artifacts path: /artifacts + - name: publish-artifacts + image: techknowlogick/gitea-release + settings: + api_key: + from_secret: GITEA_TOKEN + base_url: + from_secret: GITEA_SERVER + files: /artifacts/* + title: Build Artifacts + note: "Automated build artifacts" + volumes: + - name: artifacts + - path: /artifacts + volumes: - name: artifacts temp: {} \ No newline at end of file