mirror of
https://github.com/danbulant/nekofetch
synced 2026-09-20 06:43:51 +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:
|
with:
|
||||||
name: iphoneos-arm-deb
|
name: iphoneos-arm-deb
|
||||||
path: nekofetch*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
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: arm64-deb
|
name: amd64-deb
|
||||||
path: nekofetch*arm64.deb
|
path: nekofetch*amd64.deb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue