diff --git a/.drone.yml b/.drone.yml index 62dca7d..09ff29a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,9 @@ steps: commands: - apk add --update curl - export VERSION=`cat /tmp/build/version.txt` - - curl -F 'server=https://git.meow.tf&token=$TOKEN&repo=$DRONE_REPO&name=$VERSION&tag_name=v$VERSION&commit=DRONE_COMMIT&assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin' https://api.meow.tf/gitea/release/publish + - echo "Request:" + - echo "server=https://git.meow.tf&token=$TOKEN&repo=$DRONE_REPO&name=$VERSION&tag_name=v$VERSION&commit=DRONE_COMMIT&assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin" + - curl -F "server=https://git.meow.tf&token=$TOKEN&repo=$DRONE_REPO&name=$VERSION&tag_name=v$VERSION&commit=DRONE_COMMIT&assets[]=@/tmp/build/tf.meow.remote.streamDeckPlugin" https://api.meow.tf/gitea/release/publish volumes: - name: cache temp: {} \ No newline at end of file