Update cmake-windows.yml
This commit is contained in:
parent
5b034fb2a3
commit
6eefa4297b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cmake-windows.yml
vendored
3
.github/workflows/cmake-windows.yml
vendored
|
@ -86,9 +86,10 @@ jobs:
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
VERSION: ${{ Env:VERSION }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ Env:VERSION }} xmrig-AutobuildGithubActionsWINDOWS
|
release_name: Release ${{ 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