Skip to content

Commit

Permalink
Export path in goreleaser (#349).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Oct 30, 2024
1 parent fcefb39 commit 0255b99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
mkdir ../../osxcross
git clone https://github.com/plentico/osxcross-target.git ../../osxcross/target
export PATH=/home/runner/work/osxcross/target/bin:$PATH
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before:
- go mod download
- go generate ./...
- git diff
- export PATH=/home/runner/work/osxcross/target/bin:$PATH
builds:
- id: linux-build
ldflags:
Expand Down

0 comments on commit 0255b99

Please sign in to comment.