File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Upload Debian Package
3
3
on :
4
4
push :
5
5
tags :
6
- - ' *' # This will trigger the workflow for any tag that starts with 'v': e.g. git tag 1.1.0
6
+ - ' *' # This will trigger the workflow for any tag that starts with any character
7
7
8
8
jobs :
9
9
build :
40
40
id : create_release
41
41
uses : actions/create-release@v1
42
42
env :
43
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Use your secret name here
43
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
with :
45
45
tag_name : ${{ github.ref_name }}
46
46
release_name : " ${{ github.ref_name }} Release"
53
53
env :
54
54
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
55
with :
56
- upload_url : ${{ steps.create_release.outputs.upload_url }}
57
- asset_path : okadminfinder_${{ github.ref_name }}-1_all.deb
58
- asset_name : okadminfinder_${{ github.ref_name }}-1_all.deb
59
- asset_content_type : application/octet-stream
56
+ upload_url : ${{ steps.create_release.outputs.upload_url
You can’t perform that action at this time.
0 commit comments