Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer committed Nov 9, 2023
1 parent 630b47d commit 21d4841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
cd build
cmake -DCMAKE_CXX_STANDARD=20 ..
cmake --build . # Use CMake to build the project
ls bin
ls bin/Debug
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: clip-${{ matrix.os }}
path: build/bin/main.exe
path: build/bin/Debug/main.exe

0 comments on commit 21d4841

Please sign in to comment.