Skip to content

Commit

Permalink
revert yaml to v3.6.0 so we can generate asset
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed May 23, 2024
1 parent be2ffb0 commit af52bf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pio-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
pio lib install
- name: Build normal version
run: PLATFORMIO_BUILD_FLAGS='-DVERSION=\"v${{ steps.version.outputs.version }}\" -DDBG=0' pio run -d SmartEVSE-3/
- name: Build spiffs
run: PLATFORMIO_BUILD_FLAGS='-DVERSION=\"v${{ steps.version.outputs.version }}\" -DDBG=0' pio run -d SmartEVSE-3/ -t buildfs
- id: artifact
run: echo "value=dist-${{ steps.branch.outputs.branch }}-${{ steps.datetime.outputs.datetime }}" >> $GITHUB_OUTPUT
- name: Upload Artifact
Expand Down

0 comments on commit af52bf2

Please sign in to comment.