mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.yml
This commit is contained in:
7
.github/workflows/Build.yml
vendored
7
.github/workflows/Build.yml
vendored
@@ -48,9 +48,10 @@ jobs:
|
||||
run: |
|
||||
# https://github.com/revanced/revanced-patches
|
||||
|
||||
(get-childitem -path Temp\jdk_windows-x64_bin -recurse).Name
|
||||
|
||||
& "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe" `
|
||||
$JavaPath = (Resolve-Path -Path "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe").Path
|
||||
$JavaPath
|
||||
|
||||
& $JavaPath `
|
||||
-jar "Temp\revanced-cli.jar" `
|
||||
--apk "Temp\youtube.apk" `
|
||||
--bundles "Temp\revanced-patches.jar" `
|
||||
|
||||
Reference in New Issue
Block a user