From 4c9d616fea0935b9aea96db40a90e2b1d5109d84 Mon Sep 17 00:00:00 2001 From: ReedThree Date: Sat, 9 Mar 2024 17:33:42 +0800 Subject: [PATCH] ci: fix workflows/release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de7fb9b..37dd832 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -195,7 +195,7 @@ jobs: shell: bash run: | version="${{ needs.create-release.outputs.version }}" - echo "ARCHIVE=ripgrep-$version-${{ matrix.target }}" >> $GITHUB_ENV + echo "ARCHIVE=rpal-$version-${{ matrix.target }}" >> $GITHUB_ENV - name: Build archive (Windows) shell: bash @@ -274,7 +274,7 @@ jobs: cargo deb --profile deb --target ${{ env.TARGET }} version="${{ needs.create-release.outputs.version }}" echo "DEB_DIR=target/${{ env.TARGET }}/debian" >> $GITHUB_ENV - echo "DEB_NAME=ripgrep_$version-1_amd64.deb" >> $GITHUB_ENV + echo "DEB_NAME=rpal_$version-1_amd64.deb" >> $GITHUB_ENV - name: Create sha256 sum of deb file shell: bash