Skip to content

Commit a025cbf

Browse files
committed
fix zipping of windows vst3
1 parent 37422c2 commit a025cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
TAG_NAME=${GITHUB_REF#refs/tags/}
189189
cd artifacts
190190
if [ "${{ matrix.os }}" = "windows" ]; then
191-
cp -r setekh-windows/VST3/Setekh.vst3 setekh-windows/
191+
cp setekh-windows/VST3/Setekh.vst3/Contents/x86_64-win/Setekh.vst3 setekh-windows/
192192
zip -r setekh-windows-${TAG_NAME}.zip setekh-windows/Setekh.vst3
193193
elif [ "${{ matrix.os }}" = "linux" ]; then
194194
cp setekh-linux/VST3/Setekh.vst3/Contents/x86_64-linux/Setekh.so setekh-linux/

0 commit comments

Comments
 (0)