|
@@ -203,7 +203,7 @@ jobs:
|
|
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
|
|
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Build xmldoc
|
|
- name: Build xmldoc
|
|
- if: matrix.ocaml == '4.08.1'
|
|
|
|
|
|
+ if: matrix.ocaml == '5.0.0'
|
|
run: |
|
|
run: |
|
|
set -ex
|
|
set -ex
|
|
make -s xmldoc
|
|
make -s xmldoc
|
|
@@ -217,12 +217,12 @@ jobs:
|
|
- name: Upload artifact
|
|
- name: Upload artifact
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
with:
|
|
with:
|
|
- name: linuxBinaries${{ (matrix.ocaml == '5.0.0' && '_ocaml5') || '' }}
|
|
|
|
|
|
+ name: linuxBinaries${{ (matrix.ocaml == '4.08.1' && '_ocaml4') || '' }}
|
|
path: out
|
|
path: out
|
|
|
|
|
|
- name: Upload xmldoc artifact
|
|
- name: Upload xmldoc artifact
|
|
uses: actions/upload-artifact@v4
|
|
uses: actions/upload-artifact@v4
|
|
- if: matrix.ocaml == '4.08.1'
|
|
|
|
|
|
+ if: matrix.ocaml == '5.0.0'
|
|
with:
|
|
with:
|
|
name: xmldoc
|
|
name: xmldoc
|
|
path: extra/doc
|
|
path: extra/doc
|
|
@@ -255,7 +255,7 @@ jobs:
|
|
submodules: recursive
|
|
submodules: recursive
|
|
- uses: actions/download-artifact@v4
|
|
- uses: actions/download-artifact@v4
|
|
with:
|
|
with:
|
|
- name: linuxBinaries${{ (matrix.ocaml == '5.0.0' && '_ocaml5') || '' }}
|
|
|
|
|
|
+ name: linuxBinaries${{ (matrix.ocaml == '4.08.1' && '_ocaml4') || '' }}
|
|
path: linuxBinaries
|
|
path: linuxBinaries
|
|
|
|
|
|
- name: Install Neko from S3
|
|
- name: Install Neko from S3
|