We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcf7ab commit 829cfa7Copy full SHA for 829cfa7
.github/workflows/build.yaml
@@ -182,10 +182,12 @@ jobs:
182
For Windows:
183
- `LargeCsvReader.exe` (portable)
184
- `LargeCsvReaderSetup.exe` (installer)
185
+
186
For Linux:
187
- `LargeCsvReader-${{ steps.extract_name.outputs.result }}-1.x86_64.rpm` if your distribution supports RPM
188
- `LargeCsvReader_${{ steps.extract_name.outputs.result }}_amd64.deb` if your distribution supports DEB
189
- `LargeCsvReader.tar.xz` for all systems (extract it somewhere and run `sudo make install`)
190
191
For MacOS:
192
- `LargeCsvReader.zip`, extract `LargeCsvReader.app` anywhere you want and open it.
193
files: artifacts/*
0 commit comments