Skip to content

Commit

Permalink
Update artifact workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Sep 29, 2022
1 parent 0995176 commit 7c0735a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact_linux.yml
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Eclipse-Paho-MQTT-C-1.3.10-Linux.tar.gz
path: /home/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.10-Linux.tar.gz
name: Eclipse-Paho-MQTT-C-1.3.11-Linux.tar.gz
path: /home/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.11-Linux.tar.gz
4 changes: 2 additions & 2 deletions .github/workflows/artifact_macos.yml
Expand Up @@ -26,5 +26,5 @@ jobs:
- 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: Eclipse-Paho-MQTT-C-1.3.11-Darwin.tar.gz
path: /Users/runner/work/paho.mqtt.c/paho.mqtt.c/build.paho/Eclipse-Paho-MQTT-C-1.3.11-Darwin.tar.gz

0 comments on commit 7c0735a

Please sign in to comment.