Remove find id step

Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
validcube 2024-11-22 08:19:24 +07:00
parent d9f0da461d
commit 43ce40223d
No known key found for this signature in database
GPG Key ID: DBA94253E1D3F267

View File

@ -66,13 +66,7 @@ jobs:
run: |
npx semantic-release
- name: Find APK file
id: find_apk
run: |
APK_LOCATION=$(find build/app/outputs/apk/release/ -name "revanced-manager-*.apk")
echo "APK_LOCATION=$APK_LOCATION" >> $GITHUB_ENV
- name: 🛰️ Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ env.APK_LOCATION }}
subject-path: build/app/outputs/apk/release/revanced-manager-*.apk