Update release.yml

This commit is contained in:
Mike Oliphant
2024-11-27 12:37:35 -08:00
committed by GitHub
parent bd4b2e997f
commit d17b169e5c
+3 -2
View File
@@ -46,7 +46,8 @@ jobs:
cmake --build . --config $BUILD_TYPE -j4
- 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
uses: actions/upload-release-asset@v1
@@ -55,7 +56,7 @@ jobs:
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
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
build-windows: