mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-06 19:40:55 +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
|
- name: Get commit hash
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
|
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
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
package: nekofetch
|
package: nekofetch
|
||||||
package_root: debpkg
|
package_root: debpkg
|
||||||
maintainer: propr and bbaovanc
|
maintainer: propr and bbaovanc
|
||||||
version: 0.2
|
version: 0.2
|
||||||
arch: 'amd64'
|
arch: 'iphoneos-arm'
|
||||||
desc: 'neofetch with nekos'
|
desc: 'neofetch with nekos'
|
||||||
- name: Upload deb as artifact
|
- name: Upload deb as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue