Skip to content

Commit 7d8a087

Browse files
KimYannnclaude
andcommitted
ci: upload built binaries as artifacts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 934e811 commit 7d8a087

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ jobs:
6868
run: |
6969
./fastp --version
7070
./fastp -i testdata/R1.fq -o /dev/null
71+
72+
- name: upload binary
73+
uses: actions/upload-artifact@v4
74+
with:
75+
name: fastp-${{ runner.os }}-${{ runner.arch }}
76+
path: fastp

0 commit comments

Comments
 (0)