mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Merge branch 'feature/action' into staged
This commit is contained in:
commit
138243cd12
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