From 3006961993f5019c16b6cb89f89530f3fc1b267d Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 27 Dec 2020 23:37:28 -0600 Subject: [PATCH] Change amd64 deb name back to `nekofetch` --- .github/workflows/deployment.yml | 6 +++--- .github/workflows/integration.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 8c1c51a..85b5a0f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -38,7 +38,7 @@ jobs: - name: Build deb for amd64 uses: jiro4989/build-deb-action@v2 with: - package: com.propr.nekofetch + package: nekofetch package_root: pkgroot maintainer: propr and bbaovanc version: ${{ steps.version.outputs.VERSION }} @@ -62,6 +62,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./com.propr.nekofetch_${{ steps.version.outputs.VERSION }}_amd64.deb - asset_name: com.propr.nekofetch_${{ steps.version.outputs.VERSION }}_amd64.deb + asset_path: ./nekofetch_${{ steps.version.outputs.VERSION }}_amd64.deb + asset_name: nekofetch_${{ steps.version.outputs.VERSION }}_amd64.deb asset_content_type: application/vnd.debian.binary-package diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9ab5f90..722f4e6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,7 +33,7 @@ jobs: - name: Build deb for amd64 uses: jiro4989/build-deb-action@v2 with: - package: com.propr.nekofetch + package: nekofetch package_root: pkgroot maintainer: propr and bbaovanc version: 0-git-${{ steps.hash.outputs.sha_short }} @@ -49,4 +49,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: amd64-deb - path: com.propr.nekofetch*amd64.deb + path: nekofetch*amd64.deb