Skip to content

Commit

Permalink
GH actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Sep 5, 2024
1 parent b2b7020 commit fe8ed62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:

merge:
runs-on: ubuntu-latest
needs: upload
needs: Windows-Build
needs: macOS-Build
needs: Linux-Build
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4

0 comments on commit fe8ed62

Please sign in to comment.