File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,16 +106,16 @@ jobs:
106
106
cmake --build . --config=release -j4
107
107
108
108
- 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
110
110
111
111
- name : Upload Plugin Asset
112
112
uses : actions/upload-release-asset@v1
113
113
env :
114
114
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
115
115
with :
116
116
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
119
119
asset_content_type : application/zip
120
120
121
121
build-windows-x64v3 :
You can’t perform that action at this time.
0 commit comments