mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-18 05:41:22 +00:00
Change integration to generate version 0-git-[commit-hash]
This commit is contained in:
parent
0ca0d62b4e
commit
606fb13bc7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
package: nekofetch
|
||||
package_root: pkgroot
|
||||
maintainer: propr and bbaovanc
|
||||
version: 0.2dev2-git-${{ steps.hash.outputs.sha_short }}
|
||||
version: 0-git-${{ steps.hash.outputs.sha_short }}
|
||||
arch: 'iphoneos-arm'
|
||||
desc: 'neofetch with nekos'
|
||||
- name: Build deb for amd64
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
package: nekofetch
|
||||
package_root: pkgroot
|
||||
maintainer: propr and bbaovanc
|
||||
version: 0.2dev2-git-${{ steps.hash.outputs.sha_short }}
|
||||
version: 0-git-${{ steps.hash.outputs.sha_short }}
|
||||
arch: 'amd64'
|
||||
desc: 'neofetch with nekos'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue