mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
Remove release publishing for now.
This commit is contained in:
parent
79a1c59567
commit
951ebd1d78
23
.drone.yml
23
.drone.yml
@ -24,26 +24,3 @@ steps:
|
|||||||
- touch /etc/pbuilderrc
|
- touch /etc/pbuilderrc
|
||||||
- apt-get install -y devscripts python3 build-essential git-buildpackage appstream dh-sequence-python3 meson
|
- apt-get install -y devscripts python3 build-essential git-buildpackage appstream dh-sequence-python3 meson
|
||||||
- make
|
- make
|
||||||
|
|
||||||
- name: publish
|
|
||||||
image: plugins/github-release
|
|
||||||
|
|
||||||
settings:
|
|
||||||
api_key:
|
|
||||||
from_secret: github_token
|
|
||||||
repo_owner: jtgans
|
|
||||||
repo_name: g13gui
|
|
||||||
draft: true
|
|
||||||
files:
|
|
||||||
- build/*
|
|
||||||
checksum:
|
|
||||||
- sha256
|
|
||||||
depends_on:
|
|
||||||
- build
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
ref:
|
|
||||||
include:
|
|
||||||
- "refs/tags/*"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user