Skip to content

Commit e485987

Browse files
committed
working on ci 1
1 parent 25a0878 commit e485987

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/matlab-build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
- name: Run MATLAB Compiler
3838
uses: matlab-actions /run-command@v1
3939
with:
40-
command: mcc -m histoCAT.m -o histoCAT_compiled -a . -a ./histoCAT -a ./graphics -a ./3rdPartyLicenses -R -nodisplay
40+
command: compile
4141

42-
- name: Upload compiled artifacts
43-
uses: actions/upload-artifact@v3
44-
with:
45-
name: histoCAT-compiled
46-
path: |
47-
histoCAT_compiled
48-
*.exe
49-
*.ctf
50-
*.dll
51-
readme.txt
42+
#- name: Upload compiled artifacts
43+
# uses: actions/upload-artifact@v3
44+
# with:
45+
# name: histoCAT-compiled
46+
# path: |
47+
# histoCAT_compiled
48+
# *.exe
49+
# *.ctf
50+
# *.dll
51+
# readme.txt

0 commit comments

Comments
 (0)