mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-18 03:14:06 +00:00
github: variable fix
This commit is contained in:
parent
1930c71210
commit
964c2710b8
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -134,8 +134,8 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: release/${env:targetName}
|
||||
asset_name: ${env:targetName}
|
||||
file: release/${{ env.targetName }}
|
||||
asset_name: ${{ env.targetName }}
|
||||
tag: v${{ steps.autotag.outputs.version }}-${{ steps.vars.outputs.sha_short }}
|
||||
overwrite: true
|
||||
release_name: win-ubuntu-macos-${{ github.ref_name }}-${{steps.vars.outputs.release_date}}
|
||||
|
|
Loading…
Reference in a new issue