We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f485b commit 3b87387Copy full SHA for 3b87387
.github/workflows/build-datalogger-iot.yml
@@ -113,13 +113,13 @@ jobs:
113
path: fuse_id/dist
114
115
# now build our burn took production config file
116
- - name: Build product burn config file
117
- run: ./fuse_id/dl_build_conf.py
+ # - name: Build product burn config file
+ # run: ./fuse_id/dl_build_conf.py
118
119
- - uses: actions/upload-artifact@v3
120
- with:
121
- name: SparkFunProductionConfig
122
- path: dl_fuseid.conf
+ # - uses: actions/upload-artifact@v3
+ # with:
+ # name: SparkFunProductionConfig
+ # path: dl_fuseid.conf
123
124
# - name: Compile Sketch
125
# run: arduino-cli compile --fqbn esp32:esp32:esp32 ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
0 commit comments