Skip to content

Commit 427a96b

Browse files
committed
Adapt docs deployment properties
This commit fixes the artifact properties we set for "framework-docs" artifacts. These have a different name as of 6.1.x and were backported as is. Closes gh-32780
1 parent 77951dc commit 427a96b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/build-and-deploy-snapshot.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
5050
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
5151
artifact-properties: |
52-
/**/framework-api-*.zip::zip.name=spring-framework,zip.deployed=false
53-
/**/framework-api-*-docs.zip::zip.type=docs
54-
/**/framework-api-*-schema.zip::zip.type=schema
52+
/**/framework-docs-*.zip::zip.name=spring-framework,zip.deployed=false
53+
/**/framework-docs-*-docs.zip::zip.type=docs
54+
/**/framework-docs-*-schema.zip::zip.type=schema
5555
- name: Send notification
5656
uses: ./.github/actions/send-notification
5757
if: always()

0 commit comments

Comments
 (0)