Skip to content

Commit

Permalink
wip: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ndusart committed Feb 2, 2024
1 parent 2594ed7 commit cc7d98b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,7 @@ jobs:
shell: bash
run: |
${{ env.CARGO }} build --verbose --release ${{ env.FEATURES_FLAGS }} ${{ env.TARGET_FLAGS }}
if [ "${{ matrix.os }}" = "windows-latest" ]; then
bin="target/${{ matrix.target }}/release/rg.exe"
else
bin="target/${{ matrix.target }}/release/rg"
fi
bin="target/${{ matrix.target }}/release/deltasync"
echo "BIN=$bin" >> $GITHUB_ENV
- name: Determine archive name
Expand Down

0 comments on commit cc7d98b

Please sign in to comment.