Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ jobs:
with:
credentials_json: ${{ secrets.CLOUDBUILD_COMMON_GCP_KEY }}
- name: Upload latest JavaDoc copy to Google Cloud Storage
uses: google-github-actions/upload-cloud-storage@v2
uses: google-github-actions/upload-cloud-storage@v3
with:
path: target/latest
destination: resilient-reload-javadoc/${{ inputs.javadoc-project-name || 'MavenSetup' }}
process_gcloudignore: false
- name: Upload versioned JavaDoc to Google Cloud Storage
if: env.DEPLOY_RELEASE == 'true'
uses: google-github-actions/upload-cloud-storage@v2
uses: google-github-actions/upload-cloud-storage@v3
with:
path: target/${{ env.MAVEN_POM_REVISION_VERSION }}
destination: resilient-reload-javadoc/${{ inputs.javadoc-project-name || 'MavenSetup' }}
Expand Down