mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-18 03:14:06 +00:00
action:windows build
This commit is contained in:
parent
d32f80749d
commit
b5d3328714
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
- name: package
|
||||
id: package
|
||||
env:
|
||||
archiveName: ${env:targetName}-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }}-${{ steps.vars.outputs.release_time }}
|
||||
archiveName: GoldenDict-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }}-${{ steps.vars.outputs.release_time }}
|
||||
msvcArch: ${{ matrix.msvc_arch }}
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue