From 01d685159d936c9e2c8a912537b8c06dd8eee296 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Wed, 23 Oct 2024 00:34:38 +0700 Subject: [PATCH] ci: Use actual path to apk --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f9f38f64..bec7ddc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Find APK file id: find_apk run: | - APK_LOCATION=$(find build/app/outputs/flutter-apk/ -name "revanced-manager-*.apk") + APK_LOCATION=$(find build/app/outputs/apk/release/ -name "revanced-manager-*.apk") echo "APK_LOCATION=$APK_LOCATION" >> $GITHUB_ENV - name: 🛰️ Generate artifact attestation