From 42f5773bd0738c807838e626d0354a79869f55be Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Wed, 31 Aug 2022 16:26:16 +0300 Subject: [PATCH] Update Build.yaml --- .github/workflows/Build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 90dbb3e..8a83be0 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -44,6 +44,7 @@ jobs: } Invoke-RestMethod @Parameters + (Get-Content -Path Release.md -Encoding utf8).replace("CLITag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force - name: Downloading ReVanced Patches run: | @@ -63,6 +64,8 @@ jobs: } Invoke-RestMethod @Parameters + (Get-Content -Path Release.md -Encoding utf8).replace("PatchesTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force + - name: Downloading ReVanced Integrations run: | # https://github.com/revanced/revanced-integrations @@ -80,6 +83,8 @@ jobs: } Invoke-RestMethod @Parameters + (Get-Content -Path Release.md -Encoding utf8).replace("IntegrationsTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force + - name: Downloading GmsCore run: | # https://github.com/microg/GmsCore @@ -97,6 +102,8 @@ jobs: } Invoke-RestMethod @Parameters + (Get-Content -Path Release.md -Encoding utf8).replace("GmsCoreTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force + - name: Downloading latest Zulu JDK run: | # https://github.com/ScoopInstaller/Java/blob/master/bucket/zulu-jdk.json @@ -114,6 +121,8 @@ jobs: } Invoke-RestMethod @Parameters + (Get-Content -Path Release.md -Encoding utf8).replace("ZuluTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force + - name: Expanding Zulu JDK run: | # Expand jdk_windows-x64_bin archive