Manual apk workflow too.

This commit is contained in:
AdamN
2025-07-16 12:23:19 +07:00
committed by GitHub
parent 8ff4899962
commit 95e90781a2
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
run: |
# TODO: should try to fetch tags from whereever this repo was forked from before fetching from official repo
git remote add upstream https://github.com/hrydgard/ppsspp.git # fetching from official repo as a fallback
git fetch --deepen=15000 --no-recurse-submodules --tags upstream || exit 0
git fetch --deepen=15000 --no-recurse-submodules --tags --force upstream || exit 0
- name: Setup JDK
uses: actions/setup-java@v4