From 1732b0e46aa0fca06ced25b1a28b6df2fa8f5af3 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Wed, 27 Nov 2024 12:43:26 -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 a42456f..555cd58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: ./neural_amp_modeler_lv2_linux_x64.tgz + asset_path: ./build/neural_amp_modeler_lv2_linux_x64.tgz asset_name: neural_amp_modeler_lv2_linux_x64.tgz asset_content_type: application/tgz