mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Compare commits
2 Commits
4c356736b0
...
33f148cbe6
| Author | SHA1 | Date | |
|---|---|---|---|
| 33f148cbe6 | |||
|
cbc170c0ec
|
9
.github/workflows/Build.yml
vendored
9
.github/workflows/Build.yml
vendored
@@ -38,6 +38,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
. Scripts\Zulu_JDK.ps1
|
. 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
|
- 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
|
||||||
@@ -80,3 +88,4 @@ jobs:
|
|||||||
tag_name: ${{ env.RELEASE_NAME }}
|
tag_name: ${{ env.RELEASE_NAME }}
|
||||||
body_path: ${{ steps.read_release.outputs.ReleaseBody }}
|
body_path: ${{ steps.read_release.outputs.ReleaseBody }}
|
||||||
files: ReVanced.zip
|
files: ReVanced.zip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user