mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Compare commits
2 Commits
4c356736b0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 33f148cbe6 | |||
|
cbc170c0ec
|
9
.github/workflows/Build.yml
vendored
9
.github/workflows/Build.yml
vendored
@@ -38,6 +38,14 @@ jobs:
|
||||
run: |
|
||||
. Scripts\Zulu_JDK.ps1
|
||||
|
||||
- name: Add keystore from secrets
|
||||
env:
|
||||
KEYSTORE: ${{ secrets.REVANCED_KEYSTORE }}
|
||||
if: ${{ env.KEYSTORE != '' }}
|
||||
run: |
|
||||
[byte[]]$bytes = [convert]::FromBase64String('${{ env.KEYSTORE }}')
|
||||
[System.IO.File]::WriteAllBytes("Temp\revanced.keystore", $bytes)
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
$JavaPath = (Resolve-Path -Path "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe").Path
|
||||
@@ -80,3 +88,4 @@ jobs:
|
||||
tag_name: ${{ env.RELEASE_NAME }}
|
||||
body_path: ${{ steps.read_release.outputs.ReleaseBody }}
|
||||
files: ReVanced.zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user