From 7aa3657ed9a59541c27a8242e86c352073486cdf Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 27 Dec 2020 19:10:47 -0600 Subject: [PATCH] Fix typo (arm64 -> amd64) --- .github/workflows/deb-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deb-build.yml b/.github/workflows/deb-build.yml index f882f2a..ed8cea6 100644 --- a/.github/workflows/deb-build.yml +++ b/.github/workflows/deb-build.yml @@ -35,8 +35,8 @@ jobs: with: name: iphoneos-arm-deb path: nekofetch*iphoneos-arm.deb - - name: Upload arm64 deb as artifact + - name: Upload amd64 deb as artifact uses: actions/upload-artifact@v2 with: - name: arm64-deb - path: nekofetch*arm64.deb + name: amd64-deb + path: nekofetch*amd64.deb