Skip to content

Commit f2f447b

Browse files
runningcodeclaude
andauthored
build(ci): Upload sentry-snapshots-runtime zip for craft (EME-1055) (#1169)
Craft's maven target publishes artifacts by downloading the per-commit zip bundle attached by build.yml and extracting each module's pom-default.xml. The snapshots runtime was registered in .craft.yml but never added to the build workflow, so craft never saw its zip and the artifact was skipped during the 6.5.0 release. Assemble and upload sentry-snapshots-runtime alongside the other modules so it gets published on the next release. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8fa3d2d commit f2f447b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
distribution: 'temurin'
2929
java-version: '17'
3030

31-
- name: Build Gradle Plugin and Kotlin Compiler Plugin distribution artifacts
32-
run: ./gradlew :plugin-build:assemble :sentry-kotlin-compiler-plugin:assemble
31+
- name: Build Gradle Plugin, Kotlin Compiler Plugin, and Snapshots Runtime distribution artifacts
32+
run: ./gradlew :plugin-build:assemble :sentry-kotlin-compiler-plugin:assemble :sentry-snapshots-runtime:assemble
3333

3434
- name: Archive artifacts
3535
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
@@ -38,6 +38,7 @@ jobs:
3838
path: |
3939
${{ github.workspace }}/plugin-build/build/distributions/*.zip
4040
${{ github.workspace }}/sentry-kotlin-compiler-plugin/build/distributions/*.zip
41+
${{ github.workspace }}/sentry-snapshots-runtime/build/distributions/*.zip
4142
4243
- name: Verify artifact contents
4344
shell: bash

0 commit comments

Comments
 (0)