mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 12:15:19 +02:00
the mac os build action uses an action that automatically creates a release from a tag push, which circumvents triggering the regular release actions. also switch from the unmaintained actions/upload-release-asset@v1 to the active softprops/action-gh-release@v1 action. closes #15761