Skip to content

Commit 05eb9c3

Browse files
authored
Update release.yml
1 parent f15a88e commit 05eb9c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ jobs:
106106
cmake --build . --config=release -j4
107107
108108
- name: Add LV2 Archive
109-
run: Compress-Archive -Path ${{github.workspace}}\build\neural_amp_modeler.lv2 -Destination neural_amp_modeler_win_x64.zip
109+
run: Compress-Archive -Path ${{github.workspace}}\build\neural_amp_modeler.lv2 -Destination neural_amp_modeler_lv2_win_x64.zip
110110

111111
- name: Upload Plugin Asset
112112
uses: actions/upload-release-asset@v1
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115115
with:
116116
upload_url: ${{ needs.create_release.outputs.upload_url }}
117-
asset_path: ./neural_amp_modeler_win_x64.zip
118-
asset_name: neural_amp_modeler_win_x64.zip
117+
asset_path: ./neural_amp_modeler_lv2_win_x64.zip
118+
asset_name: neural_amp_modeler_lv2_win_x64.zip
119119
asset_content_type: application/zip
120120

121121
build-windows-x64v3:

0 commit comments

Comments
 (0)