Update .gitea/workflows/build.yml
Some checks failed
SD2PSXtd / SD2PSXtd (OFF, 0, .uf2, pmc+, PMC+) (push) Failing after 12s
SD2PSXtd / SD2PSXtd (OFF, 0, .uf2, sd2psx, SD2PSX) (push) Failing after 11s
SD2PSXtd / SD2PSXtd (ON, 3, -debug.uf2, pmc+, PMC+) (push) Failing after 11s
SD2PSXtd / SD2PSXtd (ON, 3, -debug.uf2, sd2psx, SD2PSX) (push) Failing after 11s

This commit is contained in:
Sthope 2025-03-17 19:58:26 +01:00
parent 2171145215
commit 55c27d6b41

View File

@ -47,7 +47,7 @@ jobs:
PB_TOKEN="${{ secrets.PB_TOKEN }}"
curl -u ${PB_TOKEN}: -X POST https://api.pushbullet.com/v2/pushes \
--header 'Content-Type: application/json' \
--data-binary '{"type": "note", "title": "Title", "Blueretro": "Blueretro new: $GITHUB_VERSION"}'
--data-binary '{"type": "note", "title": "Title", "sd2psXtd": "sd2psXtd new: $GITHUB_VERSION"}'
fi
- name: Installing dependencies & Cloning repository