Added pothos to windows CI 6

This commit is contained in:
Ryzerth
2021-04-24 23:25:44 +02:00
parent e2b897f1f2
commit 5fd1509c96
2 changed files with 28 additions and 16 deletions

View File

@@ -81,3 +81,12 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config Release
- name: Create Archive
run: $Env:GITHUB_WORKSPACE/make_windows_package.ps1 ${{runner.workspace}}/build $Env:GITHUB_WORKSPACE/root
- name: Save Archive
uses: actions/upload-artifact@v2
with:
name: sdrpp_windows_x64
path: ${{runner.workspace}}/sdrpp_windows_x64.zip