mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-06 08:44:29 +02:00
ci: Remove testing
This commit is contained in:
parent
c2316dc9d1
commit
5888607388
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -57,11 +57,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
|
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
|
||||||
|
|
||||||
- name: Build
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||||
|
KEYSTORE_ENTRY_ALIAS: ${{ secrets.KEYSTORE_ENTRY_ALIAS }}
|
||||||
|
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
flutter build apk
|
npx semantic-release
|
||||||
|
|
||||||
- name: Find APK file
|
- name: Find APK file
|
||||||
id: find_apk
|
id: find_apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user