Skip to content

Commit ea25203

Browse files
committed
Qualify buildevents path.
1 parent 476b4ef commit ea25203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Build with dotnet
3131
run: |
3232
STEP_START=$(date +%s)
33-
buildevents cmd ${{ github.repository }}:${{ github.run_id }} build dotnet build --configuration Release
34-
buildevents step ${{ github.repository }}:${{ github.run_id }} build $STEP_START
33+
$GOPATH/bin/buildevents cmd ${{ github.repository }}:${{ github.run_id }} build dotnet build --configuration Release
34+
$GOPATH/bin/buildevents step ${{ github.repository }}:${{ github.run_id }} build $STEP_START
3535
- name: Finish build
3636
run: |
37-
buildevents build ${{ github.repository }}:${{ github.run_id }} $BUILD_START success
37+
$GOPATH/bin/buildevents build ${{ github.repository }}:${{ github.run_id }} $BUILD_START success

0 commit comments

Comments
 (0)