Skip to content

Commit

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

0 comments on commit bcf4465

Please sign in to comment.