Skip to content

Commit 87fc0e6

Browse files
authored
fix: working directory (#1146)
1 parent 06fdae4 commit 87fc0e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Run GoReleaser
3232
run: |
3333
docker run --rm --privileged \
34-
-v ${{ github.workspace }}:/workspace \
34+
-v `pwd`:/go/src/github.com/SecurityBrewery/catalyst \
3535
-v /var/run/docker.sock:/var/run/docker.sock \
36+
-w /go/src/github.com/SecurityBrewery/catalyst \
3637
-e CGO_ENABLED=1 \
3738
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
3839
ghcr.io/goreleaser/goreleaser-cross:latest \

0 commit comments

Comments
 (0)