We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d1d54 commit 48c080eCopy full SHA for 48c080e
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
run: ctest -C ${{env.BUILD_TYPE}}
27
- name: Prepare Artefact
28
working-directory: ${{github.workspace}}/build
29
- run: ls&&mkdir ../publish&&cp sharkFsStats ../publish/sharkFsStats.elf&&cp ../LICENSE ../publish/LICENSE
+ run: ls&&mkdir ../publish&&cp ./firstuniversalWINuLINUXcpp/sharkFsStats ../publish/sharkFsStats.elf&&cp ../LICENSE ../publish/LICENSE
30
31
- name: Upload a Build Artifact
32
uses: actions/upload-artifact@v2.2.3
0 commit comments