Skip to content

Commit

Permalink
fix windosw artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 30, 2024
1 parent 2da92a6 commit 6a4e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-mingw-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Waterwall_${{ runner.os }}_${{ runner.arch }}_${{ matrix.c_compiler }}
path: ${{ steps.strings.outputs.build-output-dir }}/bin
path: ${{ github.workspace }}/build/bin

0 comments on commit 6a4e55f

Please sign in to comment.