Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdmike committed Oct 14, 2020
1 parent d11201a commit 90d3e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Expand Up @@ -40,8 +40,9 @@ jobs:
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build .
- name: GitHub Upload Release Artifacts
- uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v2
with:
name: RPC_Linux_${{ matrix.os }}
path: |
Expand Down

0 comments on commit 90d3e98

Please sign in to comment.