fix build step
Build KX3DEX.radio / Build and Deploy (push) Failing after 14s Details

master
Dex 2024-03-28 15:46:53 -04:00
parent 7ec3e0101e
commit 1d54c34812
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
RELEASE_RESULT=$(curl \
-X POST \
-H "Authorization: token ${{ secrets.action_token }}" \
-H "Content-Type: application/json" \
-H "Content-Type: multipart/form-data" \
https://gitea.simplysyncedllc.com/api/v1/repos/${{ gitea.repository }}/releases \
-d "{\"tag_name\":\"${CURR_VER}\",\"name\":\"${CURR_NAME}\",\"body\":\"Automatic release from gitea :\n\n${{ gitea.event.head_commit.message }}\"}")