From 27ffebb6857df3a2643f5ac747e079613584a02d Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:07:15 +0000 Subject: [PATCH] fix windosw workflow indentation --- .github/workflows/cmake-mingw-windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-mingw-windows.yml b/.github/workflows/cmake-mingw-windows.yml index 0ba9c8a0..b9e83d04 100644 --- a/.github/workflows/cmake-mingw-windows.yml +++ b/.github/workflows/cmake-mingw-windows.yml @@ -58,8 +58,8 @@ jobs: - name: Show ccache statistics run: ccache -sv - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - name: Waterwall_${{ runner.os }}_${{ runner.arch }}_${{ matrix.c_compiler }} - path: ${{ steps.strings.outputs.build-output-dir }}/bin \ No newline at end of file + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: Waterwall_${{ runner.os }}_${{ runner.arch }}_${{ matrix.c_compiler }} + path: ${{ steps.strings.outputs.build-output-dir }}/bin \ No newline at end of file