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