workflow: fix indentation for extract package version step
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Makepkg
|
- name: Makepkg
|
||||||
run: |
|
run: |
|
||||||
cd external && makepkg -s --noconfirm
|
cd external && makepkg -s --noconfirm
|
||||||
- name: Extract package version
|
- name: Extract package version
|
||||||
id: pkg_version
|
id: pkg_version
|
||||||
run: |
|
run: |
|
||||||
PKGFILE=$(basename external/*.pkg.tar.zst)
|
PKGFILE=$(basename external/*.pkg.tar.zst)
|
||||||
|
|||||||
Reference in New Issue
Block a user