mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
New workflow step: Add keystore from secrets
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/Build.yml
vendored
5
.github/workflows/Build.yml
vendored
@@ -38,6 +38,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. Scripts\Zulu_JDK.ps1
|
. Scripts\Zulu_JDK.ps1
|
||||||
|
|
||||||
|
- name: Add keystore from secrets
|
||||||
|
run: |
|
||||||
|
[byte[]]$bytes = [convert]::FromBase64String('${{ secrets.REVANCED_KEYSTORE }}')
|
||||||
|
[System.IO.File]::WriteAllBytes("Temp\revanced.keystore", $bytes)
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
$JavaPath = (Resolve-Path -Path "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe").Path
|
$JavaPath = (Resolve-Path -Path "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe").Path
|
||||||
|
|||||||
Reference in New Issue
Block a user