Skip to content

Commit

Permalink
ci: try to fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaheldev committed May 20, 2024
1 parent 1ede0f9 commit 6921aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
"plugin/builds/${BuildPrefix}-LV2/Gahel inflator.lv2/"
plugin/builds/${BuildPrefix}-LV2/Gahel\ inflator.lv2/
- name: Create release for Windows
- name: Create release for VST3
uses: softprops/action-gh-release@v2
with:
files: |
"plugin/builds/${BuildPrefix}-VST3/Gahel inflator.vst3/"
plugin/builds/${BuildPrefix}-VST3/Gahel\ inflator.vst3/

0 comments on commit 6921aa8

Please sign in to comment.