Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony0812-dev authored Oct 16, 2023
1 parent f138514 commit b8fa459
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ jobs:
run: sudo apt -y install meson clang gcc-mingw-w64-x86-64-win32 mingw-w64
- name: make
run: make build

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
path: build/

0 comments on commit b8fa459

Please sign in to comment.