mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-21 23:52:17 +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:
|
||||
- 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
|
||||
uses: jiro4989/build-deb-action@v2
|
||||
with:
|
||||
|
|
@ -24,7 +21,16 @@ jobs:
|
|||
version: 0.2
|
||||
arch: 'iphoneos-arm'
|
||||
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
|
||||
with:
|
||||
name: deb
|
||||
|
|
|
|||
Loading…
Reference in a new issue