Skip to content

Commit 1dc6669

Browse files
committed
Better formatting
1 parent 4e190be commit 1dc6669

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,13 @@ jobs:
179179
generate_release_notes: true
180180
fail_on_unmatched_files: true
181181
body: |
182-
For Windows: Either the `LargeCsvReader.exe` (portable) or `LargeCsvReaderSetup.exe` (installer).
183-
For Linux: `LargeCsvReader-${{ steps.extract_name.outputs.result }}-1.x86_64.rpm` if your distribution supports RPM, `LargeCsvReader_${{ steps.extract_name.outputs.result }}_amd64.deb` if your distribution supports DEB, otherwise `LargeCsvReader.tar.xz` (extract it somewhere and run `sudo make install`)
184-
For MacOS: `LargeCsvReader.zip`, extract `LargeCsvReader.app` anywhere you want and open it.
182+
For Windows:
183+
- `LargeCsvReader.exe` (portable)
184+
- `LargeCsvReaderSetup.exe` (installer)
185+
For Linux:
186+
- `LargeCsvReader-${{ steps.extract_name.outputs.result }}-1.x86_64.rpm` if your distribution supports RPM
187+
- `LargeCsvReader_${{ steps.extract_name.outputs.result }}_amd64.deb` if your distribution supports DEB
188+
- `LargeCsvReader.tar.xz` for all systems (extract it somewhere and run `sudo make install`)
189+
For MacOS:
190+
- `LargeCsvReader.zip`, extract `LargeCsvReader.app` anywhere you want and open it.
185191
files: artifacts/*

0 commit comments

Comments
 (0)