Update Build.yml

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2023-01-02 23:24:17 +07:00
parent a126854226
commit d7c9fb99ab

View File

@@ -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