First try at an artifact

This commit is contained in:
Mike Oliphant
2023-10-19 12:36:58 -07:00
committed by GitHub
parent 34be69df6d
commit fcec78fa0f
+6
View File
@@ -37,3 +37,9 @@ jobs:
run: | run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 .. cmake.exe -G "Visual Studio 17 2022" -A x64 ..
cmake --build . --config=release -j4 cmake --build . --config=release -j4
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: neural-amp-modeler-lv2
path: ${{github.workspace}}/build/neural-amp-modeler-lv2