Skip to content

Commit 52dd399

Browse files
Merge pull request #429 from guzman-raphael/dashed-schemas
Upload compiled DJ toolbox
2 parents 8be5d3e + 14ff5d6 commit 52dd399

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/development.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
COMPOSE_HTTP_TIMEOUT: "120"
3838
run: |
3939
docker-compose -f LNX-docker-compose.yaml up --build --exit-code-from app
40+
- name: Add toolbox artifact
41+
uses: actions/upload-artifact@v3
42+
with:
43+
name: dj-toolbox-${{matrix.matlab_version}}
44+
path: DataJoint.mltbx
45+
retention-days: 1
4046
publish-docs:
4147
if: |
4248
github.event_name == 'push' &&

0 commit comments

Comments
 (0)