Skip to content

Commit

Permalink
CI: push firmware to website repo #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jschroeter committed Jun 21, 2024
1 parent 966627a commit 57336c9
Showing 1 changed file with 1 addition 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="${BRANCH} (${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

0 comments on commit 57336c9

Please sign in to comment.