Skip to content

Commit

Permalink
First try at an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Oct 19, 2023
1 parent 34be69d commit fcec78f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
run: |
cmake.exe -G "Visual Studio 17 2022" -A x64 ..
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

0 comments on commit fcec78f

Please sign in to comment.