3232 runs-on : ubuntu-latest
3333 strategy :
3434 matrix :
35- cubit : [2021.4, 2021.5, 2021.11, 2022.6 ]
35+ cubit : [2021.4, 2021.5, 2021.11, 2022.4 ]
3636 os : [ubuntu]
3737 os_version : [20.04, 22.04]
3838 include :
4848 os_version : ' 10.10' # using a 'string' here as the 0 gets rounded away otherwise
4949 cubit : 2021.11
5050
51-
51+
5252 name : ' Cubit ${{ matrix.cubit }} Build for ${{ matrix.os }} ${{ matrix.os_version }} of Svalinn Plugin'
5353
5454 container :
8989 BASE=Coreform-Cubit-2021.11%2B21637_35609873
9090 CUBIT_BASE_NAME=Coreform-Cubit-2021.11
9191 HDF5_PATH=/usr/local/HDF_Group/HDF5/1.12.0
92- elif [ "${{ matrix.cubit }}" == "2022.6 " ]; then
93- BASE=Coreform-Cubit-2022.6%2B28861_ea342e28
94- CUBIT_BASE_NAME=Coreform-Cubit-2022.6
92+ elif [ "${{ matrix.cubit }}" == "2022.4 " ]; then
93+ BASE=Coreform-Cubit-2022.4%2B26186_e1209cf7
94+ CUBIT_BASE_NAME=Coreform-Cubit-2022.4
9595 HDF5_PATH=/usr/local/HDF_Group/HDF5/1.12.0
9696 fi
9797
@@ -120,12 +120,12 @@ jobs:
120120
121121 echo "" >> ${HOME}/.bash_profile
122122 echo "source $GITHUB_WORKSPACE/scripts/unix_share_build.sh" >> $HOME/.bash_profile
123-
123+
124124 - name : Initial setup
125125 shell : bash -l {0}
126126 run : |
127127 ${system}_install_prerequisites
128-
128+
129129 - name : Downloading packages
130130 shell : bash -l {0}
131131 run : |
@@ -160,7 +160,7 @@ jobs:
160160 - name : Build plugin
161161 shell : bash -l {0}
162162 run : |
163- build_plugin
163+ build_plugin
164164
165165 - name : Prepare package
166166 shell : bash -l {0}
@@ -173,8 +173,8 @@ jobs:
173173 with :
174174 name : svalinn-plugin_${{ matrix.os }}-${{ matrix.os_version }}_cubit_${{ matrix.cubit }}.tgz
175175 path : ${{ github.workspace }}/release/svalinn-plugin_${{ matrix.os }}-${{ matrix.os_version }}_cubit_${{ matrix.cubit }}.tgz
176- if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
177-
176+ if-no-files-found : error # 'warn' or 'ignore' are also available, defaults to `warn`
177+
178178 - if : github.event_name == 'release'
179179 name : Upload binaries into the release
180180 uses : svenstaro/upload-release-action@v2
0 commit comments