Skip to content

Commit

Permalink
Add explanatory commentary to the readme in respect of optionality of…
Browse files Browse the repository at this point in the history
… artifactName.
  • Loading branch information
QuintinWillison committed Sep 26, 2022
1 parent 2e5f280 commit 0629604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ In the above example, `<REPO-NAME>` should be the Ably repository name (e.g. `ab
- Artifacts generated from pushes to the main branch will be uploaded to `https://sdk.ably.com/builds/ably/${repository_name}/main/${artifactName}`.
- Artifacts generated from a pushed tag will be uploaded to `https://sdk.ably.com/builds/ably/${repository_name}/tag/${tag_name}/${artifactName}`.

If `artifactName` is not specified, or specified as an empty string, then artifacts are pushed to the root of the upload context (i.e. dropping `/${artifactName}` from the URL structures outlined above).

## Permissions

### AWS
Expand Down

0 comments on commit 0629604

Please sign in to comment.