Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Jul 16, 2024
1 parent 943973b commit 493e1ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-windows-vcpkg-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pwd
tagName="v${{env.version}}-${{env.version-suffix}}.$(git rev-parse --short=8 HEAD)"
tagName="v${{env.version}}-${{env.versionSuffix}}.${{git rev-parse --short=8 HEAD}}"
namePrefix="GoldenDict-ng-${{env.version}}-Qt${{matrix.qt_ver}}"
cd ./build_dir/goldendict
Expand Down

0 comments on commit 493e1ee

Please sign in to comment.