Skip to content

Commit

Permalink
Fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Jul 12, 2024
1 parent 7686cab commit 03ee3a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-admin-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
SRC_REPO: temporaliotest
DST_REPO: temporalio
LATEST: ${{ github.event.inputs.latest }}
run: go run src/image_copy/main.go
working-directory: ./src
run: go run image_copy/main.go
3 changes: 2 additions & 1 deletion .github/workflows/release-temporal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
DST_REPO: temporalio
LATEST: ${{ github.event.inputs.latest }}
MAJOR: ${{ github.event.inputs.major }}
run: go run src/image_copy/main.go
working-directory: ./src
run: go run image_copy/main.go

0 comments on commit 03ee3a8

Please sign in to comment.