Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 9, 2024
1 parent ff7660c commit a1d6a93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/upload-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
cd sentry-kotlin-multiplatform-gradle-plugin
./gradlew distZip sentryPluginMarkerDistZip
- name: Validate distributions
run: |
./gradlew validateDistributions
- name: Archive packages
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ subprojects {
}
}

tasks.register("validateDistributionArtifacts") {
tasks.register("validateDistributions") {
subprojects {
val subproject = this@subprojects
if (subproject.name == "sentry-kotlin-multiplatform") {
Expand Down

0 comments on commit a1d6a93

Please sign in to comment.