ci: Use actual path to apk

This commit is contained in:
Pun Butrach 2024-10-23 00:34:38 +07:00 committed by GitHub
parent 9024539e08
commit 01d685159d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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