diff --git a/.github/workflows/icon-review.yml b/.github/workflows/icon-review.yml index f578e54415..f0ea68ed19 100644 --- a/.github/workflows/icon-review.yml +++ b/.github/workflows/icon-review.yml @@ -46,7 +46,7 @@ jobs: IMAGE_UPLOAD: ${{ secrets.IMAGE_UPLOAD }} id: upload run: | - IMAGE_URL=$(curl --location 'https://freeimage.host/json' --form 'source=@"./preview.png"' --form 'type="file"' --form 'action="upload"' --form 'auth_token="${{env.IMAGE_UPLOAD}}"' | jq -r '.image.url') + IMAGE_URL=$(curl --location 'https://freeimage.host/json' --form 'source=@"./main/preview.png"' --form 'type="file"' --form 'action="upload"' --form 'auth_token="${{env.IMAGE_UPLOAD}}"' | jq -r '.image.url') echo image_url=$IMAGE_URL >> $GITHUB_ENV shell: bash