Skip to content

Commit 81d3ed7

Browse files
committed
CI Workflow: Update files to archive
1 parent 3eac751 commit 81d3ed7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/FOSS-RCX-ROM_CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
with:
3636
name: foss-rcx-rom_[runner~${{ matrix.os }}]_run${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
3737
path: |
38-
build/*
38+
*.coff
39+
*.bin
40+
*.srec
41+
*.ld
3942
- name: Test Install the Build
4043
run: |
4144
make install

0 commit comments

Comments
 (0)