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:
9
.github/workflows/Build.yaml
vendored
9
.github/workflows/Build.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user