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