From 43ce40223da632296338868377ffa50240cc288d Mon Sep 17 00:00:00 2001 From: validcube Date: Fri, 22 Nov 2024 08:19:24 +0700 Subject: [PATCH] Remove find id step Signed-off-by: validcube --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53a50471..a6ec7cde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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