Debug
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2019-05-21 23:52:12 -04:00
parent da78469ce6
commit 5ea1ecf6e2
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ steps:
commands:
- apk add --update curl
- export VERSION=`cat /tmp/build/version.txt`
- echo "token=$TOKEN repo=$DRONE_REPO name=$VERSION tag_name=v$VERSION commit=$DRONE_COMMIT"
- curl -F "server=https://git.meow.tf" -F "token=$TOKEN" -F "repo=$DRONE_REPO" -F "name=$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:
- name: cache