Commit 66b80df 1 parent 798a35d commit 66b80df Copy full SHA for 66b80df
File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 16
16
- uses : taiki-e/create-gh-release-action@v1
17
17
with :
18
18
# (optional) Path to changelog.
19
- <<<<<<< HEAD
20
19
# changelog: CHANGELOG.md
21
- =======
22
- changelog : CHANGELOG.md
23
- >>>>>>> d13247f479d853832f107b1db5963787494deffc
24
20
# (required) GitHub token for creating GitHub Releases.
25
21
token : ${{ secrets.GITHUB_TOKEN }}
26
22
42
38
with :
43
39
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
44
40
# Note that glob pattern is not supported yet.
45
- <<<<<<< HEAD
46
41
bin : rae-cli
47
- =======
48
- bin : ...
49
- >>>>>>> d13247f479d853832f107b1db5963787494deffc
50
42
# (optional) Target triple, default is host triple.
51
43
# This is optional but it is recommended that this always be set to
52
44
# clarify which target you are building for if macOS is included in
You can’t perform that action at this time.
0 commit comments