Skip to content

Commit c037010

Browse files
Fix error message to mention GitHub Packages source for troubleshooting
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/600b3a67-ce7f-4cae-92fa-cd404afe9987 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent b56cfdc commit c037010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
277277
if [ "$MISSING" -ne 0 ]; then
278278
echo ""
279-
echo "::error::One or more required native libraries are missing."
279+
echo "::error::One or more required native libraries are missing from the APK. Ensure ppy.osu.Framework.Android was properly restored from the winnerspiros GitHub Packages feed."
280280
exit 1
281281
fi
282282

0 commit comments

Comments
 (0)