Skip to content

Commit

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

0 comments on commit cafd065

Please sign in to comment.