mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Fix Arch package name in release CI (#929)
* Fix Arch package name in release CI * update email address
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -71,8 +71,8 @@ jobs:
|
|||||||
- name: ✒️ Prepare PKGBUILD
|
- name: ✒️ Prepare PKGBUILD
|
||||||
run: |
|
run: |
|
||||||
cp ImHex/dist/Arch/PKGBUILD .
|
cp ImHex/dist/Arch/PKGBUILD .
|
||||||
|
|
||||||
hash=`md5sum imhex-${{env.IMHEX_VERSION}}-ArchLinux.pkg.tar.zst-x86_64 | cut -d ' ' -f 1`
|
hash=`md5sum imhex-${{env.IMHEX_VERSION}}-ArchLinux-x86_64.pkg.tar.zst | cut -d ' ' -f 1`
|
||||||
|
|
||||||
sed -i 's/%version%/${{env.IMHEX_VERSION}}/g' PKGBUILD
|
sed -i 's/%version%/${{env.IMHEX_VERSION}}/g' PKGBUILD
|
||||||
sed -i "s/(SKIP)/($hash)/g" PKGBUILD
|
sed -i "s/(SKIP)/($hash)/g" PKGBUILD
|
||||||
|
|||||||
2
dist/Arch/PKGBUILD
vendored
2
dist/Arch/PKGBUILD
vendored
@@ -1,4 +1,4 @@
|
|||||||
# Maintainer: iTrooz_ <itrooz at protonmail dot com>
|
# Maintainer: iTrooz_ <hey at itrooz dot fr>
|
||||||
# Contributor: Morten Linderud <foxboron@archlinux.org>
|
# Contributor: Morten Linderud <foxboron@archlinux.org>
|
||||||
|
|
||||||
pkgname=imhex-bin
|
pkgname=imhex-bin
|
||||||
|
|||||||
Reference in New Issue
Block a user