Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-26360 - fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Sep 25, 2023
1 parent ea6f319 commit 2aaf784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
GOWORK: "off"
defaults:
run:
working-directory: ${{ env.GOPATH }}
working-directory: .
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
GOWORK: "off"
defaults:
run:
working-directory: ${{ env.GOPATH }}
working-directory: .
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2aaf784

Please sign in to comment.