Skip to content

Commit dc93d72

Browse files
committed
Update Github workflow
1 parent e1bf096 commit dc93d72

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-cpp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ jobs:
3535
uses: actions/upload-artifact@v2
3636
with:
3737
name: dgnsm-${{ matrix.architecture }}
38-
path: path/to/your/binary
38+
path: |
39+
dgnsm
40+
.version
41+
dgnsm.config.template
42+
dgnsm.config.template2

0 commit comments

Comments
 (0)