Change amd64 deb name back to nekofetch

This commit is contained in:
BBaoVanC 2020-12-27 23:37:28 -06:00
parent 6428c4cca1
commit 3006961993
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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