Skip to content

Commit 016fc55

Browse files
committed
Add binary with core
1 parent 6d324b2 commit 016fc55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,7 @@ jobs:
457457
if: ${{ failure() }} # Run only if something went wrong
458458
with:
459459
name: cores-${{ github.run_id }}-${{ github.run_attempt }}
460-
path: /cores
460+
path: |
461+
/cores
462+
build/src/AtomVM
463+
retention-days: 5

0 commit comments

Comments
 (0)