We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3eefdc commit 1d7ffd8Copy full SHA for 1d7ffd8
.github/workflows/go.yml
@@ -39,7 +39,7 @@ jobs:
39
id: build
40
run: |
41
cd $GOPATH/src/github.com/terraform-providers/$REPO_NAME
42
- make build
+ make build-github
43
ls -l $GOPATH/bin
44
echo ::set-output name=ARTIFACT_PATH::$GOPATH/bin
45
echo ::set-output name=ARTIFACT_NAME::terraform-provider-incapsula
.github/workflows/test-build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
0 commit comments