Skip to content

Commit

Permalink
Improvements in release2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Dec 8, 2021
1 parent c5194e3 commit 77aff08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
strategy:
matrix:
# environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
# environment: [TTGO_TDISPLAY, TTGO_TDISPLAY_SANDWICH]
environment: [TTGO_TDISPLAY_SANDWICH]
environment: [TTGO_TDISPLAY, TTGO_TDISPLAY_SANDWICH]
# environment: [TTGO_TDISPLAY_SANDWICH]
# environment: [esp32dev, esp32dev-sandwich]
# environment: [esp32dev-sandwich]

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.event.repository.name }}-${{ matrix.environment }}-${{ steps.get_version.outputs.VERSION }}
name: ${{ github.event.repository.name }}-${{ steps.get_version.outputs.VERSION }}
files: |
./firmware/*.bin
./firmware/*.json
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build_flags =

-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.4."\"
-D CO2_GADGET_REV="\"031"\"
-D CO2_GADGET_REV="\"032"\"
-D CORE_DEBUG_LEVEL=0
-D TTGO_TDISPLAY=1
-D ENABLE_PIN=27 ; Reserved for the future to enable the sensor
Expand Down

0 comments on commit 77aff08

Please sign in to comment.