Skip to content

Commit b83eae5

Browse files
committed
Fix file upload URL in release step
1 parent 3be91ab commit b83eae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ jobs:
140140
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
141141
-H "Content-Type: $(file -b --mime-type $file)" \
142142
--data-binary @"$file" \
143-
"${{ steps.create_release.outputs.upload_url }}?name=$(basename $file)"
143+
"${{ steps.create_release.outputs.upload_url }}=$(basename $file)"
144144
fi
145145
done

0 commit comments

Comments
 (0)