Skip to content

Commit 8c83dea

Browse files
committed
ci: configure CI workflow to upload release artifacts
Signed-off-by: Christopher Arndt <[email protected]>
1 parent d9836f3 commit 8c83dea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: distrho/dpf-makefile-action@v1
2727
with:
2828
target: ${{ matrix.target }}
29+
release: true
2930

3031
macos:
3132
strategy:
@@ -41,6 +42,7 @@ jobs:
4142
- uses: distrho/dpf-makefile-action@v1
4243
with:
4344
target: ${{ matrix.target }}
45+
release: true
4446

4547
windows:
4648
strategy:
@@ -56,6 +58,7 @@ jobs:
5658
- uses: distrho/dpf-makefile-action@v1
5759
with:
5860
target: ${{ matrix.target }}
61+
release: true
5962

6063
pluginval:
6164
runs-on: ubuntu-20.04
@@ -76,3 +79,4 @@ jobs:
7679
- uses: distrho/dpf-makefile-action@v1
7780
with:
7881
target: source
82+
release: true

0 commit comments

Comments
 (0)