Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeoliphant authored Nov 27, 2024
1 parent b7dd908 commit bd4b2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cmake --build . --config $BUILD_TYPE -j4
- name: Add LV2 Archive
run: tar -czf ${{github.workspace}}/build/neural_amp_modeler.lv2 neural_amp_modeler_lv2_linux_x64.tgz
run: tar -czf neural_amp_modeler_lv2_linux_x64.tgz ${{github.workspace}}/build/neural_amp_modeler.lv2

- name: Upload Plugin Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit bd4b2e9

Please sign in to comment.