Skip to content

Commit 7abfff0

Browse files
committed
Update cmake.yml
1 parent d76234d commit 7abfff0

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
@@ -116,15 +116,13 @@ jobs:
116116
run: ctest --build-config ${{ matrix.build_type }} --verbose --output-on-failure
117117

118118
- name: Package Build Artifacts
119-
if: ${{ inputs.upload_artifacts && success() }}
120119
run: |
121120
mkdir -p ${{ steps.strings.outputs.build-output-dir }}/package
122121
# Adjust the path to your built library files
123122
cp ${{ steps.strings.outputs.build-output-dir }}/${{ matrix.build_type }}/*GameAnalytics.* ${{ steps.strings.outputs.build-output-dir }}/package/
124123
cp -r ${{ github.workspace }}/include ${{ steps.strings.outputs.build-output-dir }}/package/
125124
126125
- name: Upload Build Artifact
127-
if: ${{ inputs.upload_artifacts && success() }}
128126
uses: actions/upload-artifact@v4
129127
with:
130128
name: ga-cpp-sdk-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }}

0 commit comments

Comments
 (0)