mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 06:44:25 +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: |
|
run: |
|
||||||
npx semantic-release -d
|
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
|
- name: 🛰️ Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
with:
|
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