Skip to content

Commit

Permalink
chore(ci): fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaznable committed May 23, 2023
1 parent fe807d6 commit 608169f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
- name: Package
shell: bash
run: |
#strip target/${{ matrix.target }}/release/poketex
#strip target/${{ matrix.target }}/release/yt-cli-live
cd target/${{ matrix.target }}/release
tar czvf ../../../poketex-${{ matrix.target }}.tar.gz poketex
tar czvf ../../../yt-cli-live-${{ matrix.target }}.tar.gz yt-cli-live
cd -
- name: Publish
uses: softprops/action-gh-release@v1
with:
files: 'poketex*'
files: 'yt-cli-live*'

0 comments on commit 608169f

Please sign in to comment.