Skip to content

Commit

Permalink
fix windosw workflow indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 30, 2024
1 parent 40874db commit 27ffebb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-mingw-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit 27ffebb

Please sign in to comment.