We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476b4ef commit ea25203Copy full SHA for ea25203
.github/workflows/build.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Build with dotnet
31
run: |
32
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
+ $GOPATH/bin/buildevents cmd ${{ github.repository }}:${{ github.run_id }} build dotnet build --configuration Release
+ $GOPATH/bin/buildevents step ${{ github.repository }}:${{ github.run_id }} build $STEP_START
35
- name: Finish build
36
37
- buildevents build ${{ github.repository }}:${{ github.run_id }} $BUILD_START success
+ $GOPATH/bin/buildevents build ${{ github.repository }}:${{ github.run_id }} $BUILD_START success
0 commit comments