Update and rename Build.yaml to Build.yml

This commit is contained in:
Dmitry Nefedov
2022-09-01 01:11:45 +03:00
committed by GitHub
parent a5e4475a9a
commit a7d381ac89

View File

@@ -49,7 +49,7 @@ jobs:
}
Invoke-RestMethod @Parameters
(Get-Content -Path Release.txt -Encoding utf8).replace("CLITag", $Tag) | Set-Content -Path Release.txt -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: |
@@ -69,7 +69,7 @@ jobs:
}
Invoke-RestMethod @Parameters
(Get-Content -Path Release.txt -Encoding utf8).replace("PatchesTag", $Tag) | Set-Content -Path Release.txt -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: |
@@ -88,7 +88,7 @@ jobs:
}
Invoke-RestMethod @Parameters
(Get-Content -Path Release.txt -Encoding utf8).replace("IntegrationsTag", $Tag) | Set-Content -Path Release.txt -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: |
@@ -108,7 +108,7 @@ jobs:
}
Invoke-RestMethod @Parameters
(Get-Content -Path Release.txt -Encoding utf8).replace("GmsCoreTag", $Tag) | Set-Content -Path Release.txt -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: |
@@ -128,7 +128,7 @@ jobs:
}
Invoke-RestMethod @Parameters
(Get-Content -Path Release.txt -Encoding utf8).replace("ZuluTag", $Tag) | Set-Content -Path Release.txt -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: |
@@ -173,7 +173,7 @@ jobs:
}
Compress-Archive @Parameters
- name: Release.txt
- name: Release.md
id: read_release
run: |
# https://en.wikipedia.org/wiki/Percent-encoding