We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37422c2 commit a025cbfCopy full SHA for a025cbf
.github/workflows/release.yml
@@ -188,7 +188,7 @@ jobs:
188
TAG_NAME=${GITHUB_REF#refs/tags/}
189
cd artifacts
190
if [ "${{ matrix.os }}" = "windows" ]; then
191
- cp -r setekh-windows/VST3/Setekh.vst3 setekh-windows/
+ cp setekh-windows/VST3/Setekh.vst3/Contents/x86_64-win/Setekh.vst3 setekh-windows/
192
zip -r setekh-windows-${TAG_NAME}.zip setekh-windows/Setekh.vst3
193
elif [ "${{ matrix.os }}" = "linux" ]; then
194
cp setekh-linux/VST3/Setekh.vst3/Contents/x86_64-linux/Setekh.so setekh-linux/
0 commit comments