Fix a bug.

Former-commit-id: 558dd860c214c35c7c1060106f3c151dd656cca6
This commit is contained in:
fscarmen
2023-04-09 03:33:10 +00:00
parent db905ec230
commit a3b34eb3bc
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
for ((i=0; i<${#Operating_System[@]}; i++)); do
File_Path=$(wget -qO- https://pkg.cloudflareclient.com/packages/cloudflare-warp | grep 'release-row' | awk -F "</td><td>${Operating_System[i]}" {'print $2'} | awk -F 'Download' {'print $1'} | awk -F \" {'print $2'})
Download_URL="https://pkg.cloudflareclient.com$File_Path"
wget -O {{ env.FILE_DIR }}/Client_${System_Rename[i]} $Download_URL
wget -O ${{ env.FILE_DIR }}/Client_${System_Rename[i]} $Download_URL
done
echo "VERSION=$LATEST" >> $GITHUB_ENV