We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a0878 commit e485987Copy full SHA for e485987
.github/workflows/matlab-build.yml
@@ -37,15 +37,15 @@ jobs:
37
- name: Run MATLAB Compiler
38
uses: matlab-actions /run-command@v1
39
with:
40
- command: mcc -m histoCAT.m -o histoCAT_compiled -a . -a ./histoCAT -a ./graphics -a ./3rdPartyLicenses -R -nodisplay
+ command: compile
41
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
+ #- name: Upload compiled artifacts
+ # uses: actions/upload-artifact@v3
+ # with:
+ # name: histoCAT-compiled
+ # path: |
+ # histoCAT_compiled
+ # *.exe
+ # *.ctf
+ # *.dll
+ # readme.txt
0 commit comments