Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov committed Feb 16, 2024
1 parent 4790590 commit 175c57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
binary_name="robot-agent"
resname="$binary_name-${{ matrix.platform.target }}"
cp $binary_name $resname
mv "target/${{ matrix.platform.target }}/release/$binary_name" "$resname"
echo "ASSET=$resname" >> $GITHUB_ENV
# mkdir "$dirname"
# if [ "${{ matrix.platform.os }}" = "windows-latest" ]; then
Expand Down

0 comments on commit 175c57a

Please sign in to comment.