Skip to content

Commit

Permalink
CI: push firmware to website repo #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroeter committed Jun 21, 2024
1 parent fb9c594 commit 966627a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "SHA_SHORT=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
echo "BRANCH=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
echo "GDOOR_VERSION=\"$(echo ${BRANCH}) ($(echo ${SHA_SHORT}))\"" >> "$GITHUB_ENV"
echo 'GDOOR_VERSION="${BRANCH} (${SHA_SHORT})"' >> "$GITHUB_ENV"
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
Expand Down
2 changes: 2 additions & 0 deletions firmware/esp32/gdoor/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "GDoor",
"version": "dev",
"new_install_prompt_erase": false,
"new_install_improv_wait_time": 0,
"builds": [
{
"chipFamily": "ESP32",
Expand Down

0 comments on commit 966627a

Please sign in to comment.