workflow: fix indentation for extract package version step
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user