Skip to content

Commit c76f267

Browse files
authored
Update main.workflow
1 parent 91f4ca3 commit c76f267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/main.workflow

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action "build" {
1111
action "release" {
1212
needs = ["build"]
1313
uses = "actions/aws/cli@master"
14-
args = "aws --endpoint-url https://s3.gaz492.uk s3 sync .release s3://tools"
14+
args = "--endpoint-url https://s3.gaz492.uk s3 sync .release s3://tools"
1515
// Make sure to add the secrets in the repo settings page
1616
// AWS_REGION is set to us-east-1 by default
1717
secrets = [

0 commit comments

Comments
 (0)