Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix = spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
4imothy committed Dec 26, 2023
1 parent bed26d4 commit 13d75b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
rm target/${{ matrix.job.target }}/release/gret.d
if [ "${{ matrix.os }}" = "windows-latest" ]; then
cp target/${{ matrix.job.target }}/release/gret.exe gret-${{ matrix.job.target }}.exe
bin = gret-${{ matrix.job.target }}.exe
bin=gret-${{ matrix.job.target }}.exe
else
cp target/${{ matrix.job.target }}/release/gret gret-${{ matrix.job.target }}
bin = gret-${{ matrix.job.target }}
bin=gret-${{ matrix.job.target }}
fi
echo "BIN=$bin" >> $GITHUB_ENV
Expand Down

0 comments on commit 13d75b8

Please sign in to comment.