From 873e17f5b0296a32a5c4a9bbfe337e0028aba5be Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Wed, 27 Nov 2024 12:23:03 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3ac303..8b620f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 -Destination 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