Skip to content

Commit 14ff5d6

Browse files
Upload compiled DJ toolbox.
1 parent 5765643 commit 14ff5d6

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)