Merge branch 'feature/action' into staged

This commit is contained in:
xiaoyifang 2022-02-02 14:59:27 +08:00
commit dbef15ebd4

View file

@ -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: |