From 608169f06b9dd59dde4dcf2b99bc19db27e8aea2 Mon Sep 17 00:00:00 2001 From: ckaznable Date: Tue, 23 May 2023 09:46:22 +0800 Subject: [PATCH] chore(ci): fix publish script --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 85e1bc3..3d4956c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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*'