mirror of
https://github.com/JDM170/ReVanced_Builder
synced 2025-11-29 14:41:46 +07:00
Update Build.yml
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/Build.yml
vendored
5
.github/workflows/Build.yml
vendored
@@ -46,7 +46,6 @@ jobs:
|
||||
|
||||
- name: Building
|
||||
run: |
|
||||
# https://github.com/revanced/revanced-patches
|
||||
$JavaPath = (Resolve-Path -Path "Temp\jdk_windows-x64_bin\zulu*win_x64\bin\java.exe").Path
|
||||
|
||||
& $JavaPath `
|
||||
@@ -83,9 +82,9 @@ jobs:
|
||||
echo "RELEASE_NAME=$ReleaseName" >> $env:GITHUB_ENV
|
||||
|
||||
- name: Uploading
|
||||
uses: softprops/action-gh-release@master
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
name: ${{ env.RELEASE_NAME }}
|
||||
# name: ${{ env.RELEASE_NAME }}
|
||||
tag_name: ${{ env.RELEASE_NAME }}
|
||||
token: ${{ github.token }}
|
||||
files: ReVanced.zip
|
||||
|
||||
Reference in New Issue
Block a user