Fix typo (arm64 -> amd64)

This commit is contained in:
BBaoVanC 2020-12-27 19:10:47 -06:00
parent 485f16cfed
commit 7aa3657ed9
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -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