Compare commits

..

No commits in common. "master" and "v1.2.3" have entirely different histories.

2 changed files with 8 additions and 9 deletions

View File

@ -18,22 +18,21 @@ steps:
commands: commands:
- apk add --update zip jq - apk add --update zip jq
- cp /tmp/build/remote.exe /tmp/build/remote plugin/ - cp /tmp/build/remote.exe /tmp/build/remote plugin/
- VERSION=`cat plugin/manifest.json | jq -r '.Version'` - cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt
- echo "v$VERSION" > /tmp/build/version.txt
- mv plugin tf.meow.remote.sdPlugin - mv plugin tf.meow.remote.sdPlugin
- zip -r /tmp/build/tf.meow.remote.streamDeckPlugin tf.meow.remote.sdPlugin - zip -r /tmp/build/tf.meow.remote.streamDeckPlugin tf.meow.remote.sdPlugin
- name: release - name: release
volumes: volumes:
- name: cache - name: cache
path: /tmp/build path: /tmp/build
image: tystuyfzand/drone-gitea-release image: alpine:latest
settings:
tag_file: /tmp/build/version.txt
title_file: /tmp/build/version.txt
files: [ '/tmp/build/tf.meow.remote.streamDeckPlugin' ]
environment: environment:
PLUGIN_API_KEY: TOKEN:
from_secret: gitea_token from_secret: gitea_token
commands:
- apk add --update curl
- export VERSION=`cat /tmp/build/version.txt`
- curl -F "server=https://git.meow.tf" -F "token=$TOKEN" -F "repo=$DRONE_REPO" -F "name=v$VERSION" -F "tag_name=v$VERSION" -F "commit=$DRONE_COMMIT" -F "assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin" https://api.meow.tf/gitea/release/publish
volumes: volumes:
- name: cache - name: cache
temp: {} temp: {}

View File

@ -51,7 +51,7 @@
"Name": "Remote", "Name": "Remote",
"Icon": "images/pluginIcon", "Icon": "images/pluginIcon",
"URL": "https://www.elgato.com/gaming/stream-deck", "URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.2.5", "Version": "1.2.3",
"SDKVersion": 2, "SDKVersion": 2,
"OS": [ "OS": [
{ {