Skip to content

Commit

Permalink
Use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Johboh committed Nov 8, 2023
1 parent bb69ce6 commit dda9da7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: pip install --upgrade platformio

- name: Add mock credentials
run: mv ./software/credentials.h.template ./software/credentials.h
working-directory: ./software/src
run: mv credentials.h.template credentials.h

- name: Build PlatformIO Project
working-directory: ./software
Expand Down

0 comments on commit dda9da7

Please sign in to comment.