Skip to content

Commit

Permalink
ci: try to remove esc string
Browse files Browse the repository at this point in the history
  • Loading branch information
gaheldev committed May 20, 2024
1 parent 9258456 commit 7865682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
$Plugins = "-c VST3 -c LV2"
}
$esc = '--%'
${{ env.DPlugBuild }} -a ${{ matrix.arch }} $esc $Plugins
${{ env.DPlugBuild }} -a ${{ matrix.arch }} $Plugins
working-directory: ./plugin


Expand All @@ -108,7 +108,7 @@ jobs:
zip -r windows-64b.zip windows-64b
working-directory: ./plugin/builds

- name: Create release archive for Linux
- name: Create release archive for MacOs
if: startsWith(matrix.os,'macos')
run: |
mkdir macos-64b
Expand Down

0 comments on commit 7865682

Please sign in to comment.