mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 02:52:05 +00:00
typo
This commit is contained in:
parent
04fbeb3df4
commit
4c90b27713
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -146,7 +146,7 @@ jobs:
|
||||||
RESPONSE=$(curl -F "reqtype=fileupload" -F "fileToUpload=@${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }}" https://catbox.moe/user/api.php)
|
RESPONSE=$(curl -F "reqtype=fileupload" -F "fileToUpload=@${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }}" https://catbox.moe/user/api.php)
|
||||||
CATBOX_URL=$(echo $RESPONSE | grep -o -E 'https://files.catbox.moe/[^"]*')
|
CATBOX_URL=$(echo $RESPONSE | grep -o -E 'https://files.catbox.moe/[^"]*')
|
||||||
echo "Uploaded artifact to $CATBOX_URL"
|
echo "Uploaded artifact to $CATBOX_URL"
|
||||||
CATBOX_FILE=$(echo $CATBOX_URL | sed 's|https://files.catbox.moe||')
|
CATBOX_FILE=$(echo $CATBOX_URL | sed 's|https://files.catbox.moe/||')
|
||||||
echo "CATBOX_FILE=$CATBOX_FILE" >> $GITHUB_ENV
|
echo "CATBOX_FILE=$CATBOX_FILE" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Prepare Release Notes
|
- name: Prepare Release Notes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue