mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
Update build.yml
This commit is contained in:
@@ -25,13 +25,13 @@ jobs:
|
|||||||
cpack
|
cpack
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: neural_amp_modeler.lv2-linux-amd64
|
name: neural_amp_modeler.lv2-linux-amd64
|
||||||
path: ${{github.workspace}}/build/neural_amp_modeler.lv2
|
path: ${{github.workspace}}/build/neural_amp_modeler.lv2
|
||||||
|
|
||||||
# - name: Upload deb
|
# - name: Upload deb
|
||||||
# uses: actions/upload-artifact@v1
|
# uses: actions/upload-artifact@v4
|
||||||
# with:
|
# with:
|
||||||
# name: neural_amp_modeler.lv2-linux-deb-amd64
|
# name: neural_amp_modeler.lv2-linux-deb-amd64
|
||||||
# path: ${{github.workspace}}/build/*.deb
|
# path: ${{github.workspace}}/build/*.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user