Skip to content

Commit

Permalink
jesus
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Mar 4, 2023
1 parent aeb6a31 commit 4be354e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ jobs:
echo "RELEASE_NAME=happypandax_client-$(node -p "require('./packages/client/package.json').version")-${{ matrix.os }}" >> $GITHUB_ENV
- name: Archive release
run: |
cd packages/client/dist
if [ "${{ matrix.os }}" == "windows-2022" ]; then
cd packages/client/dist
7z a -tzip .zip ./*
else
touch ${{ env.RELEASE_NAME }}.tar.gz
tar -zcfv ../${{ env.RELEASE_NAME }}.tar.gz .
cd packages/client
tar -zcfv ${{ env.RELEASE_NAME }}.tar.gz dist
fi
- name: Publish
Expand Down

0 comments on commit 4be354e

Please sign in to comment.