Skip to content

Commit

Permalink
fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Mar 4, 2023
1 parent d94df36 commit 4703a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: |
cd packages/client/dist
if [ "${{ matrix.os }}" == "windows-2022" ]; then
7z a -tzip .zip ./*
7z a -tzip ${{ env.RELEASE_NAME }}.zip ./*
else
tar -czf ../${{ env.RELEASE_NAME }}.tar.gz *
fi
Expand Down

0 comments on commit 4703a2d

Please sign in to comment.