Set package name to bundle id

This commit is contained in:
BBaoVanC 2020-12-27 23:05:31 -06:00
parent 606fb13bc7
commit 63078ae36a
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: Build deb for iphoneos-arm
uses: jiro4989/build-deb-action@v2
with:
package: nekofetch
package: com.propr.nekofetch
package_root: pkgroot
maintainer: propr and bbaovanc
version: ${{ steps.version.outputs.VERSION }}
@ -38,7 +38,7 @@ jobs:
- name: Build deb for amd64
uses: jiro4989/build-deb-action@v2
with:
package: nekofetch
package: com.propr.nekofetch
package_root: pkgroot
maintainer: propr and bbaovanc
version: ${{ steps.version.outputs.VERSION }}

View file

@ -24,7 +24,7 @@ jobs:
- name: Build deb for iphoneos-arm
uses: jiro4989/build-deb-action@v2
with:
package: nekofetch
package: com.propr.nekofetch
package_root: pkgroot
maintainer: propr and bbaovanc
version: 0-git-${{ steps.hash.outputs.sha_short }}
@ -33,7 +33,7 @@ jobs:
- name: Build deb for amd64
uses: jiro4989/build-deb-action@v2
with:
package: nekofetch
package: com.propr.nekofetch
package_root: pkgroot
maintainer: propr and bbaovanc
version: 0-git-${{ steps.hash.outputs.sha_short }}