Skip to content

Commit 09760e6

Browse files
author
Amsakan Bavan
committed
Added releasing into building GitHub Action
1 parent 10dec35 commit 09760e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
name: aGain-${{matrix.os}}
3232
path: build/aGain_artefacts/${{env.BUILD_TYPE}}/VST3/*.vst3
3333

34+
release:
35+
needs: build
36+
runs-on: ubuntu-latest
37+
if: startsWith(github.ref, 'refs/tags/v')
38+
39+
steps:
3440
- name: Download all artifacts
3541
uses: actions/download-artifact@v4
3642
with:
@@ -41,6 +47,7 @@ jobs:
4147
with:
4248
files: |
4349
artifacts/**/*.zip
50+
artifacts/**/*.tar.gz
4451
draft: false
4552
prerelease: false
4653
generate_release_notes: true

0 commit comments

Comments
 (0)