mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-21 23:52:17 +00:00
Change amd64 deb name back to nekofetch
This commit is contained in:
parent
6428c4cca1
commit
3006961993
2 changed files with 5 additions and 5 deletions
6
.github/workflows/deployment.yml
vendored
6
.github/workflows/deployment.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue