diff --git a/.github/workflows/release-windows-vcpkg-cmake.yml b/.github/workflows/release-windows-vcpkg-cmake.yml index da01b4be2..8318732eb 100644 --- a/.github/workflows/release-windows-vcpkg-cmake.yml +++ b/.github/workflows/release-windows-vcpkg-cmake.yml @@ -173,11 +173,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - + pwd tagName="v${{env.version}}-${{env.version-suffix}}.$(git rev-parse --short=8 HEAD)" namePrefix="GoldenDict-ng-${{env.version}}-Qt${{matrix.qt_ver}}" - cd ./goldendict + cd ./build_dir/goldendict # rename to avoid conflict with other packages mv goldendict.exe goldendict-Qt${{matrix.qt_ver}}.exe