Skip to content

Commit 1d7ffd8

Browse files
committed
Update workflows to use build-github
1 parent b3eefdc commit 1d7ffd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: build
4040
run: |
4141
cd $GOPATH/src/github.com/terraform-providers/$REPO_NAME
42-
make build
42+
make build-github
4343
ls -l $GOPATH/bin
4444
echo ::set-output name=ARTIFACT_PATH::$GOPATH/bin
4545
echo ::set-output name=ARTIFACT_NAME::terraform-provider-incapsula

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: build
3838
run: |
3939
cd $GOPATH/src/github.com/terraform-providers/$REPO_NAME
40-
make build
40+
make build-github
4141
ls -l $GOPATH/bin
4242
echo ::set-output name=ARTIFACT_PATH::$GOPATH/bin
4343
echo ::set-output name=ARTIFACT_NAME::terraform-provider-incapsula

0 commit comments

Comments
 (0)