mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-10 20:45:36 +02:00
ci: Make attestation runs on every release (stable)
Sometimes build will not be made due to CI Configuration
This commit is contained in:
parent
3e8862ea5a
commit
d3036105bb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
|||
npx semantic-release
|
||||
|
||||
- name: Generate artifact attestation
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: build/app/outputs/apk/release/revanced-manager-*.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue