mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-20 23:01:22 +00:00
Change arch to iphoneos-arm
This commit is contained in:
parent
2f5e423a0f
commit
af216e7f09
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deb-build.yml
vendored
4
.github/workflows/deb-build.yml
vendored
|
|
@ -15,14 +15,14 @@ jobs:
|
|||
- name: Get commit hash
|
||||
run: |
|
||||
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
|
||||
- name: Build .deb
|
||||
- name: Build deb for iphoneos-arm
|
||||
uses: jiro4989/build-deb-action@v2
|
||||
with:
|
||||
package: nekofetch
|
||||
package_root: debpkg
|
||||
maintainer: propr and bbaovanc
|
||||
version: 0.2
|
||||
arch: 'amd64'
|
||||
arch: 'iphoneos-arm'
|
||||
desc: 'neofetch with nekos'
|
||||
- name: Upload deb as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue