File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 env :
2020 # libraries to install for all boards
2121 UNIVERSAL_LIBRARIES : |
22- # Install the ArduinoIoTCloud library from the repository
23- - source-path: ./
22+ # Install the ArduinoIoTCloud library from the commit
23+ - source-url: https://github.com/fabik111/ArduinoIoTCloud.git
24+ version: a3ec0743923b8bcfd93b6302e4986ff568d0e7ab
2425 - name: ArduinoBLE
2526 version: 1.4.0
2627 - name: ArduinoHttpClient
@@ -237,14 +238,14 @@ jobs:
237238 path : ${{ env.SKETCHES_REPORTS_PATH }}
238239
239240 - name : Save production artifact
240- if : github.event_name == 'pull_request '
241+ if : github.event_name == 'push '
241242 uses : actions/upload-artifact@v4
242243 with :
243244 name : provisioning-prod-${{ matrix.board.artifact-name-suffix }}
244245 path : ${{ runner.temp }}/provisioning-prod/
245246
246247 - name : Save staging artifact
247- if : github.event_name == 'pull_request '
248+ if : github.event_name == 'push '
248249 uses : actions/upload-artifact@v4
249250 with :
250251 name : provisioning-staging-${{ matrix.board.artifact-name-suffix }}
You can’t perform that action at this time.
0 commit comments