diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c2f2d67acc..02e3e61fad 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -44,7 +44,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: BuildLog-${{ runner.os }}-${{ github.run_id }} - path: ${{ github.workspace }}/output/bld/work + path: ${{ github.workspace }}/output/bld - name: Find the outputted .conda file and set it as an output run: | diff --git a/conda/build.sh b/conda/build.sh index 8d992b2a75..066a9584c0 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -138,12 +138,3 @@ mv ${PREFIX}/lib/aster/libAsterMFrOff*.so "${PREFIX}/lib/" mv "${PREFIX}/lib/aster/med_aster.so" "${SP_DIR}/" mv ${PREFIX}/lib/aster/*.so "${SP_DIR}/" -cp "${RECIPE_DIR}/config/__init__.py" "${SP_DIR}/code_aster/__init__.py" - -# copy modified shell scripts and create backups of the ones we don't want. -cp "${PREFIX}/bin/run_aster" "${PREFIX}/bin/_run_aster_old" -cp "${PREFIX}/bin/run_ctest" "${PREFIX}/bin/_run_ctest_old" - -cp "${RECIPE_DIR}/config/run_aster" "${PREFIX}/bin/run_aster" -cp "${RECIPE_DIR}/config/run_ctest" "${PREFIX}/bin/run_ctest" -# Update the path to python env root dir in run_aster utils.py