Skip to content

Commit

Permalink
fix: forgot to add working-directory for compile-macos job
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Feb 12, 2024
1 parent 06c0509 commit 67a6e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: Build amd64 binary
working-directory: ./server
env:
GOARCH: amd64
run: |
go version
go mod download
go build -o server/cmd/bugbuddy_macos_amd64 server
- name: Build arm64 binary
working-directory: ./server
env:
GOARCH: arm64
run: |
Expand Down

0 comments on commit 67a6e5a

Please sign in to comment.