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 @@ -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 }}
You can’t perform that action at this time.
0 commit comments