Skip to content

Commit 3b87387

Browse files
authored
Update build-datalogger-iot.yml
Disable/Remvoe key gen code
1 parent f1f485b commit 3b87387

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-datalogger-iot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ jobs:
113113
path: fuse_id/dist
114114

115115
# now build our burn took production config file
116-
- name: Build product burn config file
117-
run: ./fuse_id/dl_build_conf.py
116+
# - name: Build product burn config file
117+
# run: ./fuse_id/dl_build_conf.py
118118

119-
- uses: actions/upload-artifact@v3
120-
with:
121-
name: SparkFunProductionConfig
122-
path: dl_fuseid.conf
119+
# - uses: actions/upload-artifact@v3
120+
# with:
121+
# name: SparkFunProductionConfig
122+
# path: dl_fuseid.conf
123123

124124
# - name: Compile Sketch
125125
# run: arduino-cli compile --fqbn esp32:esp32:esp32 ./Firmware/RTK_Surveyor/RTK_Surveyor.ino

0 commit comments

Comments
 (0)