Skip to content

Commit 6b4568f

Browse files
authored
Merge pull request #6 from RomanR-dev/dev2
more errors handling
2 parents fad316c + 4ca0e31 commit 6b4568f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ jobs:
2626
cmp tester/ps.ob tester/main_tester
2727
- uses: actions/upload-artifact@v3
2828
with:
29-
name: assembler
30-
path: assembler
29+
name: assembler.zip
30+
path: |
31+
misc
32+
passes
33+
tester
34+
assembler
35+
assembler.c
36+
Makefile
3137
3238
build_and_test_18_04:
3339
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)