mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci(Release): Remove unnecessary upload (#1695)
This commit is contained in:
parent
244d078b11
commit
82d6e3f105
1 changed files with 0 additions and 5 deletions
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue