Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit a2accc7

Browse files
author
Amsakan Bavan
committed
Added artifact storing into building GitHub Action
1 parent 9e6b8b8 commit a2accc7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ jobs:
2323
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2424

2525
- name: Build
26-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
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+
with:
31+
name: aGain-${{matrix.os}}
32+
path: |
33+
*.vst3

0 commit comments

Comments
 (0)