We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37683e commit 236186eCopy full SHA for 236186e
.github/workflows/build-conquest-python.yml
@@ -131,15 +131,6 @@ jobs:
131
PROGET_ENDPOINT="${PROGET_BASE_URL}/endpoints/${PROGET_ASSET_DIRECTORY}/content/conquest_python/2.7/${{ env.archive_filename }}"
132
133
curl -X POST \
134
- -H "Content-Type: application/octet-stream" \
135
-H "X-ApiKey: ${PROGET_API_KEY}" \
136
--data-binary "@${{ env.archive_path }}/${{ env.archive_filename }}" \
137
- --fail-with-body \
138
"$PROGET_ENDPOINT"
139
-
140
- if [ $? -eq 0 ]; then
141
- echo "Successfully uploaded ${{ env.archive_filename }} to ProGet"
142
- else
143
- echo "Failed to upload ${{ env.archive_filename }} to ProGet"
144
- exit 1
145
- fi
0 commit comments