mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Compare commits
2 Commits
d2ab1f83d7
...
b879ad95f3
| Author | SHA1 | Date | |
|---|---|---|---|
|
b879ad95f3
|
|||
|
3edfdcc627
|
3
.github/workflows/Build.yml
vendored
3
.github/workflows/Build.yml
vendored
@@ -73,8 +73,7 @@ jobs:
|
||||
echo "RELEASE_NAME=$ReleaseName" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Upload to Releases
|
||||
# https://github.com/softprops/action-gh-release/issues/556#issuecomment-2556947371
|
||||
uses: softprops/action-gh-release@v2.1.0
|
||||
uses: softprops/action-gh-release@v2.2.1
|
||||
with:
|
||||
tag_name: ${{ env.RELEASE_NAME }}
|
||||
body_path: ${{ steps.read_release.outputs.ReleaseBody }}
|
||||
|
||||
@@ -223,4 +223,13 @@ Remove-Item -Path "$WorkingFolder\ReVanced\jdk_windows-x64_bin.zip" -Force
|
||||
# Remove temp directory, because cli failed to clean up directory
|
||||
# Remove-Item -Path "$WorkingFolder\ReVanced\Temp" -Recurse -Force -Confirm:$false
|
||||
|
||||
$Files = @(
|
||||
"$WorkingFolder\ReVanced\Temp",
|
||||
"$WorkingFolder\ReVanced\jdk",
|
||||
"$WorkingFolder\ReVanced\revanced-cli.jar",
|
||||
"$WorkingFolder\ReVanced\revanced-patches.rvp",
|
||||
"$WorkingFolder\ReVanced\youtube.apk"
|
||||
)
|
||||
Remove-Item -Path $Files -Recurse -Force
|
||||
|
||||
Write-Warning -Message "Latest available revanced.apk & microg.apk are ready in `"$WorkingFolder\ReVanced`""
|
||||
|
||||
Reference in New Issue
Block a user