Skip to content

Commit

Permalink
ci(build): Upload build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Feb 15, 2024
1 parent b754a04 commit e0c750d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ 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 e0c750d

Please sign in to comment.