action: windows archive name add Goldendict

This commit is contained in:
xiaoyifang 2022-02-02 14:58:15 +08:00
parent 89d1ef1c46
commit d32f80749d

View file

@ -51,15 +51,6 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
# msvc编译 # 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 - name: msvc-build goldendict
id: build id: build
shell: cmd shell: cmd
@ -84,7 +75,7 @@ jobs:
- name: package - name: package
id: package id: package
env: 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 }} msvcArch: ${{ matrix.msvc_arch }}
shell: pwsh shell: pwsh
run: | run: |