3434 uses : actions/upload-artifact@v4
3535 with :
3636 name : test-results
37- path : app/build/test-results
38-
39- # release:
40- # runs-on: ubuntu-latest
41- # container:
42- # image: mbgl/android-ndk-r21e:latest
43- # if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
44- # steps:
45- # - uses: actions/checkout@v3
46- #
47- # - name: Init aws with mbx-ci
48- # run: |
49- # curl -Ls https://mapbox-release-engineering.s3.amazonaws.com/mbx-ci/latest/mbx-ci-linux-amd64 > mbx-ci && chmod 755 ./mbx-ci
50- # ./mbx-ci aws setup
51- #
52- # - name: Update version name
53- # run: |
54- # if [[ $GITHUB_REF == refs/tags/v* ]]; then
55- # VERSION_NAME=${GITHUB_REF#refs/tags/v}
56- # sed -i -e "s/^VERSION_NAME=.*/VERSION_NAME=${VERSION_NAME}/" library/gradle.properties
57- # elif [[ $GITHUB_REF == refs/heads/master ]]; then
58- # COMMIT_SHA=$(git rev-parse --short HEAD)
59- # sed -i -e "s/-SNAPSHOT.*/-${COMMIT_SHA}-SNAPSHOT/" library/gradle.properties
60- # fi
61- #
62- # - name: Build libraries
63- # run: make release
64- #
65- # - name: Publish to the SDK registry
66- # env:
67- # GITHUB_TOKEN: ${{ secrets.SDK_REGISTRY_TOKEN }}
68- # run: |
69- # git config --global user.email "MapboxCI@users.noreply.github.com"
70- # git config --global user.name "MapboxCI"
71- # if [[ $GITHUB_REF == refs/heads/master ]] || [[ $GITHUB_REF == refs/tags/v* ]]; then
72- # make sdkRegistryUpload
73- # fi
74- # if [[ $GITHUB_REF == refs/tags/v* ]]; then
75- # make sdkRegistryPublish
76- # fi
37+ path : app/build/test-results
0 commit comments