We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f6495 commit cf34cd0Copy full SHA for cf34cd0
1 file changed
.github/workflows/max-external.yml
@@ -6,15 +6,16 @@ on:
6
- master
7
- develop
8
- "release/*"
9
- tags:
10
- - "*.*.*"
11
12
pull_request:
13
branches:
14
15
16
17
-
+
+ release:
+ types: [published]
18
19
workflow_dispatch:
20
21
jobs:
@@ -43,3 +44,11 @@ jobs:
43
44
with:
45
name: btrack-max-external
46
path: plugins/max-external/btrack~/output/btrack~.zip
47
48
+ - name: Upload to GitHub Release
49
+ if: github.event_name == 'release'
50
+ uses: softprops/action-gh-release@v1
51
+ with:
52
+ files: plugins/max-external/btrack~/output/btrack~.zip
53
+ env:
54
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments