Add debug step to MacOS integration

This commit is contained in:
2024-10-03 14:27:54 -05:00
parent 4647184347
commit a1689cd008

View File

@@ -22,5 +22,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Debug (MacOS)
if: matrix.os == 'macos-latest'
run: |
curl -s https://api.github.com/repos/Xevion/spotify-player-quickauth/releases/latest
curl -s https://api.github.com/repos/Xevion/spotify-player-quickauth/releases/latest | grep 'browser_download_url'
curl -s https://api.github.com/repos/Xevion/spotify-player-quickauth/releases/latest | grep 'browser_download_url' | grep 'aarch64-apple-darwin'
- name: Run Integration
run: curl -sSL https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.sh | sh