Skip to content

Commit

Permalink
test upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 29, 2024
1 parent e1a7a15 commit c47cb4a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/cmake-multi-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++

Expand Down Expand Up @@ -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


0 comments on commit c47cb4a

Please sign in to comment.