Update Build.yaml

This commit is contained in:
Dmitry Nefedov
2022-08-31 16:26:16 +03:00
committed by GitHub
parent ddcd289fc7
commit 42f5773bd0

View File

@@ -44,6 +44,7 @@ jobs:
} }
Invoke-RestMethod @Parameters 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 - name: Downloading ReVanced Patches
run: | run: |
@@ -63,6 +64,8 @@ jobs:
} }
Invoke-RestMethod @Parameters 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 - name: Downloading ReVanced Integrations
run: | run: |
# https://github.com/revanced/revanced-integrations # https://github.com/revanced/revanced-integrations
@@ -80,6 +83,8 @@ jobs:
} }
Invoke-RestMethod @Parameters Invoke-RestMethod @Parameters
(Get-Content -Path Release.md -Encoding utf8).replace("IntegrationsTag", "$Tag") | Set-Content -Path Release.md -Encoding utf8 -Force
- name: Downloading GmsCore - name: Downloading GmsCore
run: | run: |
# https://github.com/microg/GmsCore # https://github.com/microg/GmsCore
@@ -97,6 +102,8 @@ jobs:
} }
Invoke-RestMethod @Parameters 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 - name: Downloading latest Zulu JDK
run: | run: |
# https://github.com/ScoopInstaller/Java/blob/master/bucket/zulu-jdk.json # https://github.com/ScoopInstaller/Java/blob/master/bucket/zulu-jdk.json
@@ -114,6 +121,8 @@ jobs:
} }
Invoke-RestMethod @Parameters 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 - name: Expanding Zulu JDK
run: | run: |
# Expand jdk_windows-x64_bin archive # Expand jdk_windows-x64_bin archive