diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index f79790d9..a33f7125 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -86,10 +86,10 @@ jobs: uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VERSION: ${{ Env:VERSION }} + VERSIONS: ${ Env:VERSION } with: tag_name: ${{ github.ref }} - release_name: Release ${ VERSION } xmrig-AutobuildGithubActionsWINDOWS + release_name: Release ${ VERSIONS } xmrig-AutobuildGithubActionsWINDOWS draft: false prerelease: false - name: Upload Release Asset