From c47cb4af711b158f7585e887e70b0d18737e20a5 Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Sat, 29 Jun 2024 23:49:33 +0000 Subject: [PATCH] test upload artifact --- .github/workflows/cmake-multi-linux.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-linux.yml b/.github/workflows/cmake-multi-linux.yml index 1f75b1bc..e1d183ff 100644 --- a/.github/workflows/cmake-multi-linux.yml +++ b/.github/workflows/cmake-multi-linux.yml @@ -26,14 +26,14 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest] + os: [ubuntu-20.04] build_type: [Release] c_compiler: [gcc, clang] include: - - os: ubuntu-latest + - os: ubuntu-20.04 c_compiler: gcc cpp_compiler: g++ - - os: ubuntu-latest + - os: ubuntu-20.04 c_compiler: clang cpp_compiler: clang++ @@ -64,4 +64,10 @@ jobs: # Build your program with the given configuration. run: cmake --build ${{ steps.strings.outputs.build-output-dir }} + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: Waterwall-linux-64 + path: ${{ steps.strings.outputs.build-output-dir }}/bin +