mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update and rename Build.yaml to Build.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user