workflow: fix indentation for extract package version step
Build / build_arch (push) Successful in 33s
Build / publish-release (push) Successful in 13s

This commit is contained in:
2026-05-13 13:39:06 +02:00
parent 62e4159695
commit 65f2d47d14
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Makepkg
run: |
cd external && makepkg -s --noconfirm
- name: Extract package version
- name: Extract package version
id: pkg_version
run: |
PKGFILE=$(basename external/*.pkg.tar.zst)