Skip to content

Commit

Permalink
ci: fix workflows/release
Browse files Browse the repository at this point in the history
  • Loading branch information
saitewasreset committed Mar 9, 2024
1 parent 06e9bd6 commit 4c9d616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c9d616

Please sign in to comment.