From 97b1eb155fac6cf5f073112c288653c5ea334a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 10 Feb 2025 15:15:10 +0800 Subject: [PATCH] CI: update artifact names of armv6l and armv7l --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92d56c324..114d4b5bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,8 +173,8 @@ jobs: name: fastfetch-linux-aarch64 path: ./fastfetch-*.* - linux-armv7: - name: Linux-armv7 + linux-armv7l: + name: Linux-armv7l runs-on: ubuntu-22.04 permissions: security-events: write @@ -209,11 +209,11 @@ jobs: - name: upload artifacts uses: actions/upload-artifact@v4 with: - name: fastfetch-linux-armv7 + name: fastfetch-linux-armv7l path: ./fastfetch-*.* - linux-armv6: - name: Linux-armv6 + linux-armv6l: + name: Linux-armv6l runs-on: ubuntu-22.04 permissions: security-events: write @@ -245,7 +245,7 @@ jobs: - name: upload artifacts uses: actions/upload-artifact@v4 with: - name: fastfetch-linux-armv6 + name: fastfetch-linux-armv6l path: ./fastfetch-*.* linux-riscv64: @@ -697,8 +697,8 @@ jobs: needs: - linux-amd64 - linux-aarch64 - - linux-armv7 - - linux-armv6 + - linux-armv7l + - linux-armv6l - linux-riscv64 - linux-ppc64le - linux-s390x