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 20a4d94 commit 92926f3Copy full SHA for 92926f3
.github/workflows/release.yml
@@ -270,11 +270,9 @@ jobs:
270
id-token: write
271
environment: Docs
272
steps:
273
- - id: download_source
274
- name: Download artifacts
275
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
276
- with:
277
- name: source
+ - id: checkout
+ name: Checkout repository
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
278
- name: Build
279
run: |
280
mkdir -p dist
@@ -290,4 +288,4 @@ jobs:
290
288
291
289
aws s3 sync \
292
dist \
293
- s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-java/
+ s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-java/${{ inputs.version }}/
0 commit comments