ci: avoid executing cross-built artifacts

This commit is contained in:
Ogulcan Celik 2026-04-06 00:55:07 +03:00
parent dbbe1f66ba
commit 2b56fd90da
1 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,6 @@ jobs:
- name: Package artifact
run: |
cp target/${{ matrix.target }}/release/herdr ${{ matrix.name }}
./${{ matrix.name }} --version
file ${{ matrix.name }} > BUILD_INFO.txt
{
echo "commit=$GITHUB_SHA"
@ -145,7 +144,6 @@ jobs:
- name: Package artifact
run: |
cp target/${{ matrix.target }}/release/herdr ${{ matrix.name }}
./${{ matrix.name }} --version
file ${{ matrix.name }} > BUILD_INFO.txt
{
echo "commit=$GITHUB_SHA"