File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,13 @@ jobs:
21
21
upload-assets :
22
22
strategy :
23
23
matrix :
24
- os :
25
- - ubuntu-latest
26
- - macos-latest
27
- - windows-latest
24
+ include :
25
+ - os : ubuntu-latest
26
+ extra : LICENSE,Readme.md,start.sh
27
+ - os : macos-latest
28
+ extra : LICENSE,Readme.md,start.sh
29
+ - os : windows-latest
30
+ extra : LICENSE,Readme.md,start.bat
28
31
runs-on : ${{ matrix.os }}
29
32
steps :
30
33
- uses : actions/checkout@v3
33
36
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
34
37
# Note that glob pattern is not supported yet.
35
38
bin : discord_bot
39
+ # (optional) Comma-separated list of additional files to be included to archive.
40
+ # Note that glob pattern is not supported yet.
41
+ include : ${{ matrix.extra }}
36
42
# (optional) On which platform to distribute the `.tar.gz` file.
37
43
# [default value: unix]
38
44
# [possible values: all, unix, windows, none]
You can’t perform that action at this time.
0 commit comments