Skip to content

Commit

Permalink
update to action
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 19, 2024
1 parent 6601439 commit 79f0e17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
chmod +x build.sh
./build.sh
- name: List Build Directory Contents
run: ls -l build/

- name: Rename and Move Executable
run: |
mv build/main build/pi-summoner
Expand Down

0 comments on commit 79f0e17

Please sign in to comment.