Skip to content

Commit

Permalink
ci(Release): Remove unnecessary upload (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko authored Feb 19, 2024
1 parent 244d078 commit 82d6e3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,3 @@ jobs:
run: |
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > android/app/keystore.jks
npx semantic-release
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
name: Artifact
path: build/app/outputs/apk/release/revanced-manager*.apk

0 comments on commit 82d6e3f

Please sign in to comment.