Skip to content

Commit 1d0d927

Browse files
committed
[ci] Move spiflash binary in release artifacts
To make the quickstart guide more consistent with the self-built option we want to have the spiflash binary in a sw/host/spiflash/spiflash, and not in sw/host/bin/spiflash.
1 parent dd8bb93 commit 1d0d927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
make -C sw/host/spiflash clean all
147147
# TODO: build system updates needed to copy build output to a dist
148148
# staging directory.
149-
mkdir -p $(Build.ArtifactStagingDirectory)/dist/sw/host/bin
150-
cp sw/host/spiflash/spiflash $(Build.ArtifactStagingDirectory)/dist/sw/host/bin
149+
mkdir -p $(Build.ArtifactStagingDirectory)/dist/sw/host/spiflash
150+
cp sw/host/spiflash/spiflash $(Build.ArtifactStagingDirectory)/dist/sw/host/spiflash
151151
displayName: 'Build host targets'
152152
- bash: |
153153
cd $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)