diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fd07cfb..68ac429 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -27,5 +27,5 @@ jobs: with: name: compiled-binaries path: | - **/bin/** - **/build/** \ No newline at end of file + **/* + **/* \ No newline at end of file diff --git a/README.md b/README.md index dd1d9ff..3565911 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ The main features of the program in the actuality are: - Shared memory parallelization (for computational time reduction) - Several constitutive models for soils and rock, including softening and hardening options. +## Compiled binaries + +1. Go to the [Actions page](https://github.com/fabricix/MPM-Geomechanics/actions). +2. Select the latest run of the **MSBuild** workflow for Window, or **CI** for Linux. +3. At the bottom, you will find the available artifacts under the **Artifacts** section. +4. Download the `compiled-binaries` artifact to get the compiled code. + ## Documentation and Compilation To compile using make: @@ -56,15 +63,6 @@ To generate the documentation in PDF, run the make command in `doxy/latex`. cd /doxygen/latex && make ``` -## Compiled binaries - -You can download the latest compiled files from the [GitHub Actions](https://github.com/your-username/MPM-Geomechanics/actions) section in GitHub. Just follow these steps: - -1. Go to the [Actions page](https://github.com/your-username/MPM-Geomechanics/actions). -2. Select the latest run of the **MSBuild** workflow for Window, or **CI** for Linux. -3. At the bottom, you will find the available artifacts under the **Artifacts** section. -4. Download the `compiled-binaries` artifact to get the compiled code. - ## Examples ### Slope failure