File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build-linux-deb :
13
13
permissions : write-all
14
- name : linux
14
+ name : linux deb
15
15
runs-on : ubuntu-20.04
16
16
steps :
17
17
- uses : actions/checkout@v3
35
35
36
36
build-linux-bin :
37
37
permissions : write-all
38
- name : linux
38
+ name : linux bin
39
39
runs-on : ubuntu-20.04
40
40
steps :
41
41
- uses : actions/checkout@v3
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
52
with :
53
53
upload_url : ${{ github.event.release.upload_url }}
54
- asset_path : ./target/release/bundle/deb/ serial-monitor.zip
54
+ asset_path : ./target/release/serial-monitor.zip
55
55
asset_name : serial-monitor-i686-unknown-linux-gnu-bin.zip
56
56
asset_content_type : binary
57
57
@@ -101,7 +101,7 @@ jobs:
101
101
102
102
build-windows-exe :
103
103
permissions : write-all
104
- name : windows
104
+ name : windows exe
105
105
runs-on : windows-2019
106
106
steps :
107
107
- uses : actions/checkout@v3
@@ -119,13 +119,13 @@ jobs:
119
119
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
120
120
with :
121
121
upload_url : ${{ github.event.release.upload_url }}
122
- asset_path : target/release/rust- serial-monitor.exe.zip
122
+ asset_path : target/release/serial-monitor.exe.zip
123
123
asset_name : serial-monitor-i686-pc-windows-msvc.exe.zip
124
124
asset_content_type : binary
125
125
126
126
build-windows-msi :
127
127
permissions : write-all
128
- name : windows
128
+ name : windows msi
129
129
runs-on : windows-2019
130
130
steps :
131
131
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments