mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-11 10:24:26 +02:00
ci: Use actual path to apk
This commit is contained in:
parent
9024539e08
commit
01d685159d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user