Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov authored Feb 16, 2024
1 parent 5be1ce5 commit 4790590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,10 @@ jobs:
- name: Build archive
shell: bash
run: |
binary_name="robot-agent"
resname="$binary_name-${{ matrix.platform.target }}"
cp $binary_name $resname
echo "ASSET=$resname" >> $GITHUB_ENV
# mkdir "$dirname"
# if [ "${{ matrix.platform.os }}" = "windows-latest" ]; then
Expand Down

0 comments on commit 4790590

Please sign in to comment.