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