Skip to content

Commit c51bb19

Browse files
committed
Upload path
1 parent fb00730 commit c51bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "Uploading ${artifact}..."
5757
UPLOAD_URL=$(curl -s \
5858
-H "Authorization: OAuth ${{ steps.get_token.outputs.token }}" \
59-
"https://cloud-api.yandex.net/v1/disk/resources/upload?path=GitHub/cephos/${TAG}/${artifact}&overwrite=true" \
59+
"https://cloud-api.yandex.net/v1/disk/resources/upload?path=GitHub/cephos/${artifact}&overwrite=true" \
6060
| jq -r '.href')
6161
if [ "$UPLOAD_URL" == "null" ] || [ -z "$UPLOAD_URL" ]
6262
then

0 commit comments

Comments
 (0)