Skip to content

Commit a38ebd2

Browse files
committed
ci: fix indendation in linux ci
1 parent 142e0c5 commit a38ebd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
if: "!startsWith(github.ref, 'refs/tags/linux-v')"
6262
uses: actions/upload-artifact@v4
6363
with:
64-
name: librepods
65-
path: linux-rust/dist/librepods
64+
name: librepods
65+
path: linux-rust/dist/librepods
6666

6767
- name: Vendor and create tarball
6868
if: startsWith(github.ref, 'refs/tags/linux-v')

0 commit comments

Comments
 (0)