mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-08 20:40:59 +00:00
Add amd64 job and remove unnecessary commit hash job
This commit is contained in:
parent
af216e7f09
commit
31836682c1
1 changed files with 10 additions and 4 deletions
14
.github/workflows/deb-build.yml
vendored
14
.github/workflows/deb-build.yml
vendored
|
|
@ -12,9 +12,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Get commit hash
|
|
||||||
run: |
|
|
||||||
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
|
|
||||||
- name: Build deb for iphoneos-arm
|
- name: Build deb for iphoneos-arm
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -24,7 +21,16 @@ jobs:
|
||||||
version: 0.2
|
version: 0.2
|
||||||
arch: 'iphoneos-arm'
|
arch: 'iphoneos-arm'
|
||||||
desc: 'neofetch with nekos'
|
desc: 'neofetch with nekos'
|
||||||
- name: Upload deb as artifact
|
- name: Build deb for amd64
|
||||||
|
uses: jiro4989/build-deb-action@v2
|
||||||
|
with:
|
||||||
|
package: nekofetch
|
||||||
|
package_root: debpkg
|
||||||
|
maintainer: propr and bbaovanc
|
||||||
|
version: 0.2
|
||||||
|
arch: 'amd64'
|
||||||
|
desc: 'neofetch with nekos'
|
||||||
|
- name: Upload debs as artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: deb
|
name: deb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue