Skip to content

Commit 34d7b39

Browse files
author
Amsakan Bavan
committed
Added artifact storing into building GitHub Action
1 parent 0465d5e commit 34d7b39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
2727

2828
- name: Upload VST3 artifacts
29-
working-directory: ./build/aGain_artefacts/${{env.BUILD_TYPE}}/VST3
3029
uses: actions/upload-artifact@v4
3130
with:
3231
name: aGain-${{matrix.os}}
33-
path: |
34-
*.vst3
32+
path: build/aGain_artefacts/${{env.BUILD_TYPE}}/VST3/*.vst3

0 commit comments

Comments
 (0)