mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
First try at an artifact
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user