Skip to content

Commit 9d6e4d3

Browse files
committed
Upload debug artifact on build jobs
1 parent cf9a7ca commit 9d6e4d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ jobs:
3838

3939
- name: Run cargo test
4040
run: cargo test
41+
42+
- name: Run cargo build
43+
run: cargo build
44+
45+
- uses: actions/[email protected]
46+
with:
47+
name: bins-${{ matrix.os }}
48+
path: target/debug/cotp*

0 commit comments

Comments
 (0)