File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments