mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-09 21:11:03 +00:00
Set package name to bundle id
This commit is contained in:
parent
606fb13bc7
commit
63078ae36a
2 changed files with 4 additions and 4 deletions
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Build deb for iphoneos-arm
|
- name: Build deb for iphoneos-arm
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
package: nekofetch
|
package: com.propr.nekofetch
|
||||||
package_root: pkgroot
|
package_root: pkgroot
|
||||||
maintainer: propr and bbaovanc
|
maintainer: propr and bbaovanc
|
||||||
version: ${{ steps.version.outputs.VERSION }}
|
version: ${{ steps.version.outputs.VERSION }}
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Build deb for amd64
|
- name: Build deb for amd64
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
package: nekofetch
|
package: com.propr.nekofetch
|
||||||
package_root: pkgroot
|
package_root: pkgroot
|
||||||
maintainer: propr and bbaovanc
|
maintainer: propr and bbaovanc
|
||||||
version: ${{ steps.version.outputs.VERSION }}
|
version: ${{ steps.version.outputs.VERSION }}
|
||||||
|
|
|
||||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Build deb for iphoneos-arm
|
- name: Build deb for iphoneos-arm
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
package: nekofetch
|
package: com.propr.nekofetch
|
||||||
package_root: pkgroot
|
package_root: pkgroot
|
||||||
maintainer: propr and bbaovanc
|
maintainer: propr and bbaovanc
|
||||||
version: 0-git-${{ steps.hash.outputs.sha_short }}
|
version: 0-git-${{ steps.hash.outputs.sha_short }}
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Build deb for amd64
|
- name: Build deb for amd64
|
||||||
uses: jiro4989/build-deb-action@v2
|
uses: jiro4989/build-deb-action@v2
|
||||||
with:
|
with:
|
||||||
package: nekofetch
|
package: com.propr.nekofetch
|
||||||
package_root: pkgroot
|
package_root: pkgroot
|
||||||
maintainer: propr and bbaovanc
|
maintainer: propr and bbaovanc
|
||||||
version: 0-git-${{ steps.hash.outputs.sha_short }}
|
version: 0-git-${{ steps.hash.outputs.sha_short }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue