Remove prerelease
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2021-01-08 18:06:56 -05:00
parent 8c12e80ad2
commit 0ed96f6c22
2 changed files with 1 additions and 21 deletions

View File

@ -47,26 +47,9 @@ steps:
- name: compress binaries for release
image: ubuntu
commands:
- ./compress_release.sh
- find ./dist -type f -executable -execdir tar -czvf {}.tar.gz {} \;
- name: upload gitea pre-release
image: plugins/gitea-release
settings:
title: Unstable ($DRONE_BRANCH)
files: dist/*.tar.gz
prerelease: true
checksum:
- md5
- sha1
- sha256
- sha512
base_url:
from_secret: gitea_base_url
api_key:
from_secret: gitea_token
when:
event: push
event: tag
- name: upload gitea release
image: plugins/gitea-release

View File

@ -1,3 +0,0 @@
#! /bin/bash
find ./dist -type f -executable -execdir tar -czvf {}.tar.gz {} \;