From 95e90781a2c06ab143d3bcbb7003d36e29dc6d66 Mon Sep 17 00:00:00 2001 From: AdamN <7974720+anr2me@users.noreply.github.com> Date: Wed, 16 Jul 2025 12:23:19 +0700 Subject: [PATCH] Manual apk workflow too. --- .github/workflows/manual_generate_apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual_generate_apk.yml b/.github/workflows/manual_generate_apk.yml index 3d57058368..d910c53145 100644 --- a/.github/workflows/manual_generate_apk.yml +++ b/.github/workflows/manual_generate_apk.yml @@ -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