Skip to content

Commit 808590a

Browse files
committed
update linux release
1 parent 2176fa1 commit 808590a

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build-windows:
1313
runs-on: windows-latest
1414
permissions: write-all
15+
outputs:
16+
upload_url: ${{ steps.create_release.outputs.upload_url }}
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v4
@@ -137,7 +139,7 @@ jobs:
137139
env:
138140
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139141
with:
140-
upload_url: ${{ steps.create_release.outputs.upload_url }}
142+
upload_url: ${{ needs.build-windows.outputs.upload_url }}
141143
asset_path: ./resources/bin/ecb_cli
142144
asset_name: ecb_cli
143145
asset_content_type: application/octet-stream
@@ -147,7 +149,7 @@ jobs:
147149
env:
148150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149151
with:
150-
upload_url: ${{ steps.create_release.outputs.upload_url }}
152+
upload_url: ${{ needs.build-windows.outputs.upload_url }}
151153
asset_path: ./dist/ecubus-pro_${{ env.VERSION }}_amd64.deb
152154
asset_name: ecubuspro_${{ env.VERSION }}_amd64.deb
153155
asset_content_type: application/vnd.debian.binary-package

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ See our [User Manual](./docs/um/concept.md) for detailed documentation.
4040

4141
| Vendor | Supported Protocols |
4242
|--------|-------------------|
43-
| PEAK | CAN/CAN-FD/LIN |
44-
| KVASER | CAN/CAN-FD |
45-
| ZLG | CAN/CAN-FD |
46-
| Toomoss | CAN/CAN-FD (Coming Soon) |
43+
| PEAK | CAN CAN-FD LIN |
44+
| KVASER | CAN CAN-FD |
45+
| ZLG | CAN CAN-FD |
46+
| Toomoss | CAN CAN-FD (Coming Soon) |
4747

4848
#### Software Features
4949

5050
| Feature | Capabilities |
5151
|---------|-------------|
52-
| Platform Support | Windows (exe)<br>• Linux (deb) |
53-
| UDS | • Over CAN/CAN-FD<br>• Over DoIP<br>• Over LIN |
54-
| Scripting | • UDS<br>• CAN<br>• LIN<br>• KeyBoard<br>• SerialPort |
55-
| Database | LIN LDF (edit and export) |
56-
| Graph | Signal Graph |
52+
| Platform Support | Windows (exe,portable) Linux (deb) |
53+
| UDS | CAN/CAN-FD DoIP LIN |
54+
| Scripting | see [script](./docs/um/script.md) |
55+
| Database | LIN LDF (edit and export) |
56+
| Graph | Signal Graph |
5757

5858
### Visual Overview
5959

0 commit comments

Comments
 (0)