mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
Update release.yml
This commit is contained in:
@@ -46,7 +46,8 @@ jobs:
|
|||||||
cmake --build . --config $BUILD_TYPE -j4
|
cmake --build . --config $BUILD_TYPE -j4
|
||||||
|
|
||||||
- name: Add LV2 Archive
|
- name: Add LV2 Archive
|
||||||
run: tar -czf neural_amp_modeler_lv2_linux_x64.tgz ${{github.workspace}}/build/neural_amp_modeler.lv2
|
working-directory: ${{github.workspace}}/build
|
||||||
|
run: tar -czf neural_amp_modeler_lv2_linux_x64.tgz neural_amp_modeler.lv2
|
||||||
|
|
||||||
- name: Upload Plugin Asset
|
- name: Upload Plugin Asset
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
@@ -55,7 +56,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
upload_url: ${{ needs.create_release.outputs.upload_url }}
|
||||||
asset_path: ./neural_amp_modeler_lv2_linux_x64.tgz
|
asset_path: ./neural_amp_modeler_lv2_linux_x64.tgz
|
||||||
asset_name: neural_amp_modeler_lv2_linux_x64
|
asset_name: neural_amp_modeler_lv2_linux_x64.tgz
|
||||||
asset_content_type: application/tgz
|
asset_content_type: application/tgz
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
|
|||||||
Reference in New Issue
Block a user