Skip to content

Commit 0dcb15a

Browse files
authored
chore(toolkit-lib): fix docs publishing workflow (#126)
Erroneously used the wrong artifact name before. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 321a46a commit 0dcb15a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/s3-docs-publishing.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class S3DocsPublishing extends Component {
6161
name: 'Download build artifacts',
6262
uses: 'actions/download-artifact@v4',
6363
with: {
64-
name: `${this.project.name}_build-artifact`,
64+
name: `${safeName}_build-artifact`,
6565
path: 'dist',
6666
},
6767
},

0 commit comments

Comments
 (0)