Skip to content

Commit

Permalink
clean tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwq committed Feb 3, 2024
1 parent 7d5ce20 commit d0c5e02
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,7 @@ jobs:
shell: bash
run: |
tar cvzf ${{ env.PROJECT }}-${{ needs.change_build_info.outputs.tar_version }}.tar.gz \
--transform 's,^,${{ env.PROJECT }}-${{ needs.change_build_info.outputs.tar_version }}/,' \
LICENSE \
README.md \
build \
data \
doc \
encrypt \
frontend \
go.mod \
go.sum \
img \
network \
protobufs \
statesync \
terminal \
util
--transform 's,^,${{ env.PROJECT }}-${{ needs.change_build_info.outputs.tar_version }}/,' *
- name: publish release assets
uses: softprops/action-gh-release@master
Expand Down

0 comments on commit d0c5e02

Please sign in to comment.