Skip to content

Commit 5bcdbe5

Browse files
committed
fix: Use correct path to attest
1 parent b8720ac commit 5bcdbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
uses: actions/attest-build-provenance@v2
7070
with:
7171
subject-name: 'ReVanced Manager ${{ steps.release.outputs.new_release_git_tag }}'
72-
subject-path: build/app/outputs/apk/release/revanced-manager-*.apk
72+
subject-path: app/build/outputs/apk/release/revanced-manager*.apk

0 commit comments

Comments
 (0)