Fix up the oopsies
This commit is contained in:
@@ -41,9 +41,8 @@ RELEASE_ID=$(echo $RELEASE_RESPONSE | awk -F'"id":' '{print $2+0; exit}')
|
||||
echo "Release ID: $RELEASE_ID"
|
||||
|
||||
echo "Uploading the things..."
|
||||
WINRELEASE="./build/windows/x64/runner/Release/"
|
||||
curl -X POST \
|
||||
-H "Authorization: token $TOKEN" \
|
||||
-F "attachment=@$WINRELEASE/BigChef.exe" \
|
||||
-F "attachment=@BigChef.exe" \
|
||||
"$GITEA/api/v1/repos/$REPO/releases/${RELEASE_ID}/assets?name=BigChef.exe"
|
||||
rm $WINRELEASE/BigChef.exe
|
||||
rm BigChef.exe
|
||||
|
Reference in New Issue
Block a user