File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Development release
2
2
on :
3
3
push :
4
4
tags :
5
- - ' dev'
5
+ - ' * dev* '
6
6
jobs :
7
7
release-linux :
8
8
runs-on : ubuntu-latest
43
43
uses : svenstaro/upload-release-action@v2
44
44
with :
45
45
repo_token : ${{ secrets.GITHUB_TOKEN }}
46
- file : src/austin*xz
46
+ file : src/austin*.tar. xz
47
47
tag : ${{ github.ref }}
48
48
overwrite : true
49
49
prerelease : true
Original file line number Diff line number Diff line change 60
60
uses : svenstaro/upload-release-action@v2
61
61
with :
62
62
repo_token : ${{ secrets.GITHUB_TOKEN }}
63
- file : artifacts/austin*
63
+ file : artifacts/austin*.tar.xz
64
64
tag : ${{ github.ref }}
65
65
overwrite : true
66
66
prerelease : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
2
2
on :
3
3
push :
4
4
tags :
5
- - ' v* '
5
+ - ' v[0-9]+.[0-9]+.[0-9]+ '
6
6
jobs :
7
7
release-linux :
8
8
runs-on : ubuntu-latest
40
40
uses : svenstaro/upload-release-action@v2
41
41
with :
42
42
repo_token : ${{ secrets.GITHUB_TOKEN }}
43
- file : src/austin-*
43
+ file : src/austin-*.tar.xz
44
44
tag : ${{ github.ref }}
45
45
overwrite : true
46
46
file_glob : true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release (Linux archs)
2
2
on :
3
3
push :
4
4
tags :
5
- - ' v* '
5
+ - ' v[0-9]+.[0-9]+.[0-9]+ '
6
6
jobs :
7
7
release-linux-archs :
8
8
runs-on : ubuntu-latest
55
55
uses : svenstaro/upload-release-action@v2
56
56
with :
57
57
repo_token : ${{ secrets.GITHUB_TOKEN }}
58
- file : artifacts/austin-*
58
+ file : artifacts/austin-*.tar.xz
59
59
tag : ${{ github.ref }}
60
60
overwrite : true
61
61
file_glob : true
You can’t perform that action at this time.
0 commit comments