mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-01 14:34:24 +02:00
ci: Find ReVanced APK to attest
This commit is contained in:
parent
de4ccbe10c
commit
9024539e08
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -66,7 +66,13 @@ jobs:
|
||||
run: |
|
||||
npx semantic-release -d
|
||||
|
||||
- name: Find APK file
|
||||
id: find_apk
|
||||
run: |
|
||||
APK_LOCATION=$(find build/app/outputs/flutter-apk/ -name "revanced-manager-*.apk")
|
||||
echo "APK_LOCATION=$APK_LOCATION" >> $GITHUB_ENV
|
||||
|
||||
- name: 🛰️ Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: 'build/app/outputs/apk/release/revanced-manager-*.apk'
|
||||
subject-path: ${{ env.APK_LOCATION }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user