Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/no-ref/add-co…
Browse files Browse the repository at this point in the history
…mp-src
  • Loading branch information
KaiWaldrant committed Aug 7, 2024
2 parents 6c004eb + ec3e900 commit e779f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ jobs:
- name: Copy executables to root
run: |
echo "Copying directories to root"
cp -r target/executable/common/* .
# cp -r target/executable/common/* .
ls -l
# Add step to remove unnecessary files
- name: Clean up
Expand Down

0 comments on commit e779f62

Please sign in to comment.