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:
14
.github/workflows/Build.yaml
vendored
14
.github/workflows/Build.yaml
vendored
@@ -157,6 +157,20 @@ jobs:
|
||||
}
|
||||
Compress-Archive @Parameters
|
||||
|
||||
- name: Read release.md and use it as a body of new release
|
||||
id: read_release
|
||||
run: |
|
||||
$Release = Get-Content -Path Release.md -Encoding utf8
|
||||
echo "::set-output name=RELEASE_BODY::$Release"
|
||||
|
||||
- name: Upload Binaries to Release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag: ${{ github.ref }}
|
||||
body: |
|
||||
${{ steps.read_release.outputs.RELEASE_BODY }}
|
||||
|
||||
- name: Uploading ReVanced.zip to release
|
||||
uses: svenstaro/upload-release-action@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user