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 10dec35 commit 09760e6Copy full SHA for 09760e6
.github/workflows/build.yml
@@ -31,6 +31,12 @@ jobs:
31
name: aGain-${{matrix.os}}
32
path: build/aGain_artefacts/${{env.BUILD_TYPE}}/VST3/*.vst3
33
34
+ release:
35
+ needs: build
36
+ runs-on: ubuntu-latest
37
+ if: startsWith(github.ref, 'refs/tags/v')
38
+
39
+ steps:
40
- name: Download all artifacts
41
uses: actions/download-artifact@v4
42
with:
@@ -41,6 +47,7 @@ jobs:
47
48
files: |
43
49
artifacts/**/*.zip
50
+ artifacts/**/*.tar.gz
44
51
draft: false
45
52
prerelease: false
46
53
generate_release_notes: true
0 commit comments