Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizoku-oh committed Apr 24, 2020
1 parent 926533a commit 04f3543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: platformio check

- name: Run PlatformIO build on selected platforms
run: platformio run -e ststm32
run: platformio run -e nucleo_f767zi

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 04f3543

Please sign in to comment.