Skip to content

Commit

Permalink
Ensure the proper artifacts are uploaded to gcs/maven (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi authored May 23, 2024
1 parent 45ff2e8 commit a880e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ targets:
github:getsentry/sentry-native:
maven:io.sentry:sentry-native-ndk:
- name: gcs
includeNames: /^(sentry-native\.zip)$/
bucket: sentry-sdk-assets
paths:
- path: /sentry-native/{{version}}/
Expand All @@ -16,6 +17,7 @@ targets:
metadata:
cacheControl: public, max-age=600
- name: maven
includeNames: /^(sentry-native-ndk-).*\.zip$/
mavenCliPath: scripts/mvnw
mavenSettingsPath: scripts/settings.xml
mavenRepoId: ossrh
Expand Down

0 comments on commit a880e2d

Please sign in to comment.