From c9a097a9ea78ad63ec85643eafab7dd53f0625df Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Sat, 23 Mar 2024 20:35:28 -0400 Subject: [PATCH] Fix indentation --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ab515..84bc0d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,6 +93,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: release-packages - path: | - *x64.zip - *.bz2 + path: | + *x64.zip + *.bz2