Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant committed Oct 31, 2024
2 parents 19d3abb + eb5bd17 commit b06904b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
cpack
- name: Upload binary
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: neural_amp_modeler.lv2-linux-amd64
path: ${{github.workspace}}/build/neural_amp_modeler.lv2

# - name: Upload deb
# uses: actions/upload-artifact@v1
# uses: actions/upload-artifact@v4
# with:
# name: neural_amp_modeler.lv2-linux-deb-amd64
# path: ${{github.workspace}}/build/*.deb
Expand All @@ -51,7 +51,7 @@ jobs:
cmake --build . --config=release -j4
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: neural_amp_modeler.lv2-win
path: ${{github.workspace}}/build/neural_amp_modeler.lv2

0 comments on commit b06904b

Please sign in to comment.