Skip to content

Commit

Permalink
Fix upload binaries GitHub action
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavye Mathur <[email protected]>
  • Loading branch information
BhavyeMathur committed Jan 10, 2024
1 parent ee3d570 commit bf6275d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build goopylib
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 8

- name: Upload Binaries
uses: test-room-7/action-update-file@v1
with:
file-path: ./binaries/*
file-path: binaries/**/*.*
branch: master
allow-dot: true
commit-msg: Uploaded auto-built binaries
Expand Down

0 comments on commit bf6275d

Please sign in to comment.