Skip to content

Commit 5799c5d

Browse files
committed
Update cmake.yml
1 parent d3aa7c2 commit 5799c5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,12 @@ jobs:
5858
run: ctest --build-config ${{ matrix.build_type }} --verbose --output-on-failure
5959

6060
- name: Package Build Artifacts
61-
if: ${{ inputs.upload_artifacts && success() }}
6261
run: |
6362
mkdir -p ${{ steps.strings.outputs.build-output-dir }}/package
6463
cp ${{ steps.strings.outputs.build-output-dir }}/${{ matrix.build_type }}/*GameAnalytics.* ${{ steps.strings.outputs.build-output-dir }}/package/ || true
6564
cp -r ${{ github.workspace }}/include ${{ steps.strings.outputs.build-output-dir }}/package/
6665
6766
- name: Upload Build Artifact
68-
if: ${{ inputs.upload_artifacts && success() }}
6967
uses: actions/upload-artifact@v4
7068
with:
7169
name: ga-cpp-sdk-linux-clang-${{ matrix.build_type }}

0 commit comments

Comments
 (0)