Skip to content

Commit 91f4ca3

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/main.workflow

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,14 @@ action "build" {
88
args = "windows/amd64 windows/386 linux/amd64 darwin/amd64"
99
}
1010

11-
workflow "New workflow" {
12-
on = "push"
13-
}
14-
1511
action "release" {
1612
needs = ["build"]
1713
uses = "actions/aws/cli@master"
1814
args = "aws --endpoint-url https://s3.gaz492.uk s3 sync .release s3://tools"
19-
2015
// Make sure to add the secrets in the repo settings page
2116
// AWS_REGION is set to us-east-1 by default
2217
secrets = [
2318
"AWS_ACCESS_KEY_ID",
24-
"AWS_SECRET_ACCESS_KEY"
19+
"AWS_SECRET_ACCESS_KEY",
2520
]
2621
}

0 commit comments

Comments
 (0)