|
@ -39,7 +39,7 @@ jobs: |
|
|
working-directory: ${{github.workspace}}/build |
|
|
working-directory: ${{github.workspace}}/build |
|
|
shell: bash |
|
|
shell: bash |
|
|
# Execute the build. You can specify a specific target with "--target <NAME>" |
|
|
# Execute the build. You can specify a specific target with "--target <NAME>" |
|
|
run: cmake --build . --config --target=PackagedBuild $BUILD_TYPE |
|
|
run: cmake --build . --config $BUILD_TYPE --target=PackagedBuild |
|
|
|
|
|
|
|
|
- name: Archive build package / binaries |
|
|
- name: Archive build package / binaries |
|
|
uses: actions/upload-artifact@v2 |
|
|
uses: actions/upload-artifact@v2 |
|
|