mirror of https://github.com/eclipse/paho.mqtt.c
Correct indentation in workflow files
This commit is contained in:
parent
571b2e9947
commit
aa7640f185
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
run: |
|
||||
cd build.paho
|
||||
cpack --verbose
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eclipse-Paho-MQTT-C-1.3.10-Linux.tar.gz
|
||||
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.10-Linux.tar.gz
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eclipse-Paho-MQTT-C-1.3.10-Linux.tar.gz
|
||||
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.10-Linux.tar.gz
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
run: |
|
||||
cd build.paho
|
||||
cpack --verbose
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eclipse-Paho-MQTT-C-1.3.10-Darwin.tar.gz
|
||||
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.10-Darwin.tar.gz
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eclipse-Paho-MQTT-C-1.3.10-Darwin.tar.gz
|
||||
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.10-Darwin.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in New Issue