there too

This commit is contained in:
zx
2025-08-05 18:48:38 -04:00
committed by GitHub
parent d0fd4c04f2
commit 36a6523211
@@ -108,7 +108,7 @@ jobs:
run: |
response=$(curl -ks 'https://decrypt.whoeevee.com/decrypted?appId=324684580&apiKey=${{ secrets.EEVEEDECRYPTER_API_KEY }}')
link=$(echo "$response" | jq -r '.link')
wget -q $link
wget --no-check-certificate -q $link
echo "SPOTIFY_VERSION=${${(s/-/)link}[2]%.ipa}" >> $GITHUB_ENV
echo "SPOTIFY_PACKAGE=$(echo *.ipa)" >> $GITHUB_ENV