File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build/release
4
4
on :
5
5
push :
6
6
tags :
7
- - ' v[0-9]+.[0-9]+.[0-9]+'
7
+ - ' v[0-9]+.[0-9]+.[0-9]+.[0-9]+ '
8
8
jobs :
9
9
release :
10
10
runs-on : ${{ matrix.os }}
45
45
# A personal access token for the GitHub repository in which the release will be created and edited.
46
46
# It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`.
47
47
repo_token : ${{ secrets.GITHUB_TOKEN }}
48
- file : dist/Git History Crawler Setup 1.1.35
49
- asset_name : Git History Crawler v1.1.35
48
+ file : dist/Git\ History\ Crawler- 1.1.35.AppImage
49
+ asset_name : Git History Crawler v1.1.35.AppImage
50
50
tag : ${{ github.ref }}
51
51
overwrite : true
52
52
body : Try Git History Crawler on Linux (Tested on Ubuntu)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Build/release
4
4
on :
5
5
push :
6
6
tags :
7
- - ' v[0-9]+.[0-9]+.[0-9]+'
7
+ - ' v[0-9]+.[0-9]+.[0-9]+.[0-9]+ '
8
8
jobs :
9
9
release :
10
10
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments