Skip to content

Commit

Permalink
ci: fix windows vst3 path in archive creation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaheldev committed May 20, 2024
1 parent 11d59fd commit 3cf6ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
}
$esc = '--%'
${{ env.DPlugBuild }} -a ${{ matrix.arch }} $esc $Plugins
ls -R builds/
working-directory: ./plugin


Expand All @@ -104,7 +103,7 @@ jobs:
if: startsWith(matrix.os,'windows')
run: |
mkdir windows-64b
$vst3Build = "Windows-64b-VST3/Gahel inflator.vst3"
$vst3Build = "Windows-64b-VST3/Gahel inflator-64.vst3"
mv $vst3Build windows-64b/
zip -r windows-64b.zip windows-64b
working-directory: ./plugin/builds
Expand Down

0 comments on commit 3cf6ab2

Please sign in to comment.