diff --git a/.github/workflows/build-and-release-swift.yml b/.github/workflows/build-and-release-swift.yml index 8e08103..deb4158 100644 --- a/.github/workflows/build-and-release-swift.yml +++ b/.github/workflows/build-and-release-swift.yml @@ -106,7 +106,7 @@ jobs: - name: Download Decrypted Spotify Package run: | - response=$(curl -s 'https://decrypt.whoeevee.com/decrypted?appId=324684580&apiKey=${{ secrets.EEVEEDECRYPTER_API_KEY }}') + response=$(curl -ks 'https://decrypt.whoeevee.com/decrypted?appId=324684580&apiKey=${{ secrets.EEVEEDECRYPTER_API_KEY }}') link=$(echo "$response" | jq -r '.link') wget -q $link echo "SPOTIFY_VERSION=${${(s/-/)link}[2]%.ipa}" >> $GITHUB_ENV