mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-03 23:34:25 +02:00
Build away for now
This commit is contained in:
parent
01d685159d
commit
c2316dc9d1
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -57,14 +57,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
|
echo "${{ secrets.KEYSTORE }}" | base64 --decode > "keystore.jks"}
|
||||||
|
|
||||||
- name: Release
|
- name: Build
|
||||||
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: |
|
||||||
npx semantic-release -d
|
flutter build apk
|
||||||
|
|
||||||
- name: Find APK file
|
- name: Find APK file
|
||||||
id: find_apk
|
id: find_apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user