Skip to content

Commit 10a1791

Browse files
committed
Changed sample build archive names to be unique
1 parent adb91e5 commit 10a1791

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/zephyr-samples.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Archive Firmware
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: firmware
36+
name: hello_bacnet_stack
3737
path: bacnet/build
3838

3939
sample-bacnet-profile-b-ss:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Archive Firmware
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: firmware
63+
name: b-ss
6464
path: bacnet/build
6565

6666
sample-bacnet-profile-b-sa:
@@ -87,7 +87,7 @@ jobs:
8787
- name: Archive Firmware
8888
uses: actions/upload-artifact@v4
8989
with:
90-
name: firmware
90+
name: b-sa
9191
path: bacnet/build
9292

9393
sample-bacnet-profile-b-ld:
@@ -114,7 +114,7 @@ jobs:
114114
- name: Archive Firmware
115115
uses: actions/upload-artifact@v4
116116
with:
117-
name: firmware
117+
name: b-ld
118118
path: bacnet/build
119119

120120
sample-bacnet-profile-b-ls:
@@ -141,5 +141,5 @@ jobs:
141141
- name: Archive Firmware
142142
uses: actions/upload-artifact@v4
143143
with:
144-
name: firmware
144+
name: b-ls
145145
path: bacnet/build

0 commit comments

Comments
 (0)