From 8d489bfa43b5a950915b21d1206680c3c5023f52 Mon Sep 17 00:00:00 2001 From: RedxLus Date: Fri, 12 Feb 2021 22:35:47 +0100 Subject: [PATCH] Update cmake-windows.yml --- .github/workflows/cmake-windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index 55c179c7..5a4ab101 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -86,10 +86,9 @@ jobs: uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VERSIONS: ${ Env:VERSION } with: tag_name: ${{ github.ref }} - release_name: Release ${ VERSIONS } xmrig-AutobuildGithubActionsWINDOWS + release_name: Release ${Env:VERSION} xmrig-AutobuildGithubActionsWINDOWS draft: false prerelease: false - name: Upload Release Asset