Update cmake-windows.yml
This commit is contained in:
parent
7a640c9cb4
commit
8d489bfa43
1 changed files with 1 additions and 2 deletions
3
.github/workflows/cmake-windows.yml
vendored
3
.github/workflows/cmake-windows.yml
vendored
|
@ -86,10 +86,9 @@ jobs:
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
VERSIONS: ${ Env:VERSION }
|
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${ VERSIONS } xmrig-AutobuildGithubActionsWINDOWS
|
release_name: Release ${Env:VERSION} xmrig-AutobuildGithubActionsWINDOWS
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Asset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue