Update release.yml

This commit is contained in:
Mike Oliphant
2024-11-27 12:26:06 -08:00
committed by GitHub
parent 873e17f5b0
commit 8668125890
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
cmake --build . --config $BUILD_TYPE -j4
- name: Add LV2 Archive
run: tar -czf -Path ${{github.workspace}}\build\neural_amp_modeler.lv2 neural_amp_modeler_lv2_linux_x64.tgz
run: tar -czf -Path ${{github.workspace}}/build/neural_amp_modeler.lv2 neural_amp_modeler_lv2_linux_x64.tgz
- name: Upload Plugin Asset
uses: actions/upload-release-asset@v1