ci: fix indendation in linux ci

This commit is contained in:
Kavish Devar
2025-11-10 12:02:24 +05:30
parent 142e0c5e37
commit a38ebd213b

View File

@@ -61,8 +61,8 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags/linux-v')"
uses: actions/upload-artifact@v4
with:
name: librepods
path: linux-rust/dist/librepods
name: librepods
path: linux-rust/dist/librepods
- name: Vendor and create tarball
if: startsWith(github.ref, 'refs/tags/linux-v')