From 31836682c1aaad1325601ca466281270c5aabac8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 27 Dec 2020 19:00:28 -0600 Subject: [PATCH] Add amd64 job and remove unnecessary commit hash job --- .github/workflows/deb-build.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deb-build.yml b/.github/workflows/deb-build.yml index ca113c5..9bd3448 100644 --- a/.github/workflows/deb-build.yml +++ b/.github/workflows/deb-build.yml @@ -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