From 05eb9c3669165c97313cb86c514126210f5967aa Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Wed, 27 Nov 2024 12:55:56 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 424a96b..170da17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: cmake --build . --config=release -j4 - name: Add LV2 Archive - run: Compress-Archive -Path ${{github.workspace}}\build\neural_amp_modeler.lv2 -Destination neural_amp_modeler_win_x64.zip + run: Compress-Archive -Path ${{github.workspace}}\build\neural_amp_modeler.lv2 -Destination neural_amp_modeler_lv2_win_x64.zip - name: Upload Plugin Asset uses: actions/upload-release-asset@v1 @@ -114,8 +114,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.create_release.outputs.upload_url }} - asset_path: ./neural_amp_modeler_win_x64.zip - asset_name: neural_amp_modeler_win_x64.zip + asset_path: ./neural_amp_modeler_lv2_win_x64.zip + asset_name: neural_amp_modeler_lv2_win_x64.zip asset_content_type: application/zip build-windows-x64v3: