Skip to content

Commit

Permalink
fix single file name (#785)
Browse files Browse the repository at this point in the history
there is a bug in windows release workflows, the single file archive is
not uploaded.
  • Loading branch information
a-zakir authored Apr 8, 2024
1 parent 731f2f8 commit 70bf399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
outputs:
zip_name: ${{ steps.zip_name.outputs.zip_name }}
singlefile_name: ${{steps.zip_name.outputs.singlefile_name}}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 70bf399

Please sign in to comment.