mirror of
https://github.com/danbulant/nekofetch
synced 2026-09-18 05:44:04 +00:00
Fix typo (arm64 -> amd64)
This commit is contained in:
parent
485f16cfed
commit
7aa3657ed9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deb-build.yml
vendored
6
.github/workflows/deb-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue