We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7660c commit a1d6a93Copy full SHA for a1d6a93
.github/workflows/upload-artifacts.yml
@@ -33,6 +33,10 @@ jobs:
33
cd sentry-kotlin-multiplatform-gradle-plugin
34
./gradlew distZip sentryPluginMarkerDistZip
35
36
+ - name: Validate distributions
37
+ run: |
38
+ ./gradlew validateDistributions
39
+
40
- name: Archive packages
41
uses: actions/upload-artifact@v4
42
with:
build.gradle.kts
@@ -63,7 +63,7 @@ subprojects {
63
}
64
65
66
-tasks.register("validateDistributionArtifacts") {
+tasks.register("validateDistributions") {
67
subprojects {
68
val subproject = this@subprojects
69
if (subproject.name == "sentry-kotlin-multiplatform") {
0 commit comments