Added new target to action

This commit is contained in:
Magnus Persson 2022-10-20 07:52:32 +02:00
parent 635be88c11
commit 50c534cbe5

View File

@ -36,7 +36,7 @@ jobs:
git config --global advice.detachedHead false
- name: Run PlatformIO
run: pio run -e gravity-release -e gravity32-release -e gravity32c3-release
run: pio run -e gravity-release -e gravity32-release -e gravity32c3-release -e gravity32s2-release
- uses: EndBug/add-and-commit@v7 # You can change this to use a specific version. https://github.com/marketplace/actions/add-commit
with: