mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
action: windows archive name add Goldendict
This commit is contained in:
parent
89d1ef1c46
commit
d32f80749d
11
.github/workflows/windows.yml
vendored
11
.github/workflows/windows.yml
vendored
|
@ -51,15 +51,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 1
|
||||
# msvc编译
|
||||
|
||||
# - name: build singleapplication
|
||||
# shell: cmd
|
||||
# run: |
|
||||
# call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
|
||||
# cd qtsingleapplication
|
||||
# qmake
|
||||
# nmake
|
||||
# tree /f
|
||||
- name: msvc-build goldendict
|
||||
id: build
|
||||
shell: cmd
|
||||
|
@ -84,7 +75,7 @@ jobs:
|
|||
- name: package
|
||||
id: package
|
||||
env:
|
||||
archiveName: ${{ matrix.qt_arch }}-${{ github.ref_name }}.${{ steps.vars.outputs.sha_short }}-${{ steps.vars.outputs.release_time }}
|
||||
archiveName: ${env:targetName}-${{ 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