1
0
mirror of synced 2025-01-18 00:56:49 +01:00

fix: Remove debug package created by makepkg (#1537)

This commit is contained in:
iTrooz 2024-02-08 16:49:28 +01:00 committed by GitHub
parent dfc249135f
commit 09dd25dc0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -540,6 +540,7 @@ jobs:
# Replace the old file
rm imhex-${{env.IMHEX_VERSION}}-ArchLinux-x86_64.pkg.tar.zst
rm *imhex-bin-debug* # rm debug package which is created for some reason
mv *.pkg.tar.zst imhex-${{env.IMHEX_VERSION}}-ArchLinux-x86_64.pkg.tar.zst
- name: ⬆️ Upload imhex-archlinux.pkg.tar.zst