Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
feat: output virtual folder result
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShemeshWix committed Jan 3, 2021
1 parent 1379bef commit f06d904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ async function run(): Promise<void> {
await s3Client.uploadFolder(awsBucket, s3Subfolder, sourceFolder, tags)
if (publishAsProject && publishAsProject !== '') {
await s3Client.updateLatest(awsBucket, s3Subfolder, publishAsProject)
core.info(
`Create static link ${awsBucket}/${publishAsProject} for ${awsBucket}/${s3Subfolder}`
)
}
core.info('Done')
} catch (error) {
Expand Down

0 comments on commit f06d904

Please sign in to comment.