Skip to content

Commit 48c080e

Browse files
Solve Failue
modified: .github/workflows/build.yml
1 parent 60d1d54 commit 48c080e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ctest -C ${{env.BUILD_TYPE}}
2727
- name: Prepare Artefact
2828
working-directory: ${{github.workspace}}/build
29-
run: ls&&mkdir ../publish&&cp sharkFsStats ../publish/sharkFsStats.elf&&cp ../LICENSE ../publish/LICENSE
29+
run: ls&&mkdir ../publish&&cp ./firstuniversalWINuLINUXcpp/sharkFsStats ../publish/sharkFsStats.elf&&cp ../LICENSE ../publish/LICENSE
3030

3131
- name: Upload a Build Artifact
3232
uses: actions/upload-artifact@v2.2.3

0 commit comments

Comments
 (0)