Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NPCompress committed Mar 28, 2021
1 parent 1fd67e6 commit 820e706
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/cmake.yml
Expand Up @@ -38,8 +38,16 @@ jobs:

- name: Build
working-directory: ${{github.workspace}}/build
shell: bash


shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE

- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
with:
name: compressonatlrCLI_64_Windows_Master_Build
path: ${{github.workspace}}/build/bin/Release




0 comments on commit 820e706

Please sign in to comment.