mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.yaml
This commit is contained in:
12
.github/workflows/Build.yaml
vendored
12
.github/workflows/Build.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
}
|
||||
Invoke-RestMethod @Parameters
|
||||
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("CLITag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("CLITag", $Tag) | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
|
||||
- name: Downloading ReVanced Patches
|
||||
run: |
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
}
|
||||
Invoke-RestMethod @Parameters
|
||||
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("PatchesTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("PatchesTag", $Tag) | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
|
||||
- name: Downloading ReVanced Integrations
|
||||
run: |
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
}
|
||||
Invoke-RestMethod @Parameters
|
||||
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("IntegrationsTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("IntegrationsTag", $Tag) | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
|
||||
- name: Downloading GmsCore
|
||||
run: |
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
}
|
||||
Invoke-RestMethod @Parameters
|
||||
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("GmsCoreTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("GmsCoreTag", $Tag) | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
|
||||
- name: Downloading latest Zulu JDK
|
||||
run: |
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
}
|
||||
Invoke-RestMethod @Parameters
|
||||
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("ZuluTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
(Get-Content -Path Release.md -Encoding utf8).replace("ZuluTag", $Tag) | Set-Content -Path Release.md -Encoding utf8 -Force
|
||||
|
||||
- name: Expanding Zulu JDK
|
||||
run: |
|
||||
@@ -175,8 +175,8 @@ jobs:
|
||||
id: read_release
|
||||
run: |
|
||||
$Release = Get-Content -Path Release.md -Encoding utf8
|
||||
# echo "::set-output name=RELEASE_BODY::$($Release)"
|
||||
echo "Release_Body=$Release" >> $env:GITHUB_ENV
|
||||
Write-Verbose -Message ${{ env.Release_Body }} -Verbose
|
||||
|
||||
- name: Uploading ReVanced.zip to release
|
||||
uses: svenstaro/upload-release-action@master
|
||||
|
||||
Reference in New Issue
Block a user