File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 conan profile show
6767
6868 - run : conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
69+ - run : conan graph info pdf2htmlEX/conanfile.txt --profile=android-21-armv8 --build=missing --format=html > conangraph.html
6970
7071 - run : ./gradlew lintRelease publishToMavenLocal
7172
8081 name : maven-local
8182 path : ~/.m2
8283 if-no-files-found : error
84+
85+ - uses : actions/upload-artifact@v4
86+ with :
87+ name : conangraph.html
88+ path : conangraph.html
89+ if-no-files-found : error
90+
8391 emulator :
8492 if : " !contains(github.event.head_commit.message, '[SkipCI]')"
8593 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 6262 conan config install .github/conan
6363 conan profile list
6464 conan profile show
65+
6566 - run : conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
67+ - run : conan graph info pdf2htmlEX/conanfile.txt --profile=android-21-armv8 --build=missing --format=html > conangraph.html
6668
6769 - run : ./gradlew lintRelease publishToMavenLocal
6870
8890 tag : " v${{ steps.updateDownstreamVersion.outputs.version }}"
8991 name : " ${{ github.event.repository.name }} v${{ steps.updateDownstreamVersion.outputs.version }}"
9092 bodyFile : " UpcomingReleaseNotes.md"
93+ artifact : " conangraph.html"
9194
9295 - run : ./ci-scripts/incrementVersion --patch
9396 id : postReleaseVersionIncrement
You can’t perform that action at this time.
0 commit comments