We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0465d5e commit 34d7b39Copy full SHA for 34d7b39
.github/workflows/build.yml
@@ -26,9 +26,7 @@ jobs:
26
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
27
28
- name: Upload VST3 artifacts
29
- working-directory: ./build/aGain_artefacts/${{env.BUILD_TYPE}}/VST3
30
uses: actions/upload-artifact@v4
31
with:
32
name: aGain-${{matrix.os}}
33
- path: |
34
- *.vst3
+ path: build/aGain_artefacts/${{env.BUILD_TYPE}}/VST3/*.vst3
0 commit comments