Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodpt committed Dec 27, 2024
2 parents 7e1ce8e + ec2b195 commit 9aee0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake on multiple platforms
name: CMake Linux/macOS/Windows

on:
push:
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.os }}-${{ matrix.build_type }}
path: ${{ steps.strings.outputs.build-output-dir }}
path: ${{ steps.strings.outputs.build-output-dir }}

0 comments on commit 9aee0c0

Please sign in to comment.