Skip to content

Commit 97b1eb1

Browse files
committed
CI: update artifact names of armv6l and armv7l
1 parent 093cc6f commit 97b1eb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ jobs:
173173
name: fastfetch-linux-aarch64
174174
path: ./fastfetch-*.*
175175

176-
linux-armv7:
177-
name: Linux-armv7
176+
linux-armv7l:
177+
name: Linux-armv7l
178178
runs-on: ubuntu-22.04
179179
permissions:
180180
security-events: write
@@ -209,11 +209,11 @@ jobs:
209209
- name: upload artifacts
210210
uses: actions/upload-artifact@v4
211211
with:
212-
name: fastfetch-linux-armv7
212+
name: fastfetch-linux-armv7l
213213
path: ./fastfetch-*.*
214214

215-
linux-armv6:
216-
name: Linux-armv6
215+
linux-armv6l:
216+
name: Linux-armv6l
217217
runs-on: ubuntu-22.04
218218
permissions:
219219
security-events: write
@@ -245,7 +245,7 @@ jobs:
245245
- name: upload artifacts
246246
uses: actions/upload-artifact@v4
247247
with:
248-
name: fastfetch-linux-armv6
248+
name: fastfetch-linux-armv6l
249249
path: ./fastfetch-*.*
250250

251251
linux-riscv64:
@@ -697,8 +697,8 @@ jobs:
697697
needs:
698698
- linux-amd64
699699
- linux-aarch64
700-
- linux-armv7
701-
- linux-armv6
700+
- linux-armv7l
701+
- linux-armv6l
702702
- linux-riscv64
703703
- linux-ppc64le
704704
- linux-s390x

0 commit comments

Comments
 (0)