ci: avoid executing cross-built artifacts
This commit is contained in:
parent
dbbe1f66ba
commit
2b56fd90da
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue