Skip to content

Commit a1d6a93

Browse files
committed
update
1 parent ff7660c commit a1d6a93

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
cd sentry-kotlin-multiplatform-gradle-plugin
3434
./gradlew distZip sentryPluginMarkerDistZip
3535
36+
- name: Validate distributions
37+
run: |
38+
./gradlew validateDistributions
39+
3640
- name: Archive packages
3741
uses: actions/upload-artifact@v4
3842
with:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ subprojects {
6363
}
6464
}
6565

66-
tasks.register("validateDistributionArtifacts") {
66+
tasks.register("validateDistributions") {
6767
subprojects {
6868
val subproject = this@subprojects
6969
if (subproject.name == "sentry-kotlin-multiplatform") {

0 commit comments

Comments
 (0)