Skip to content

Commit

Permalink
Use GITHUB_PATH (#349).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Oct 30, 2024
1 parent 0255b99 commit b79d623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
mkdir ../../osxcross
git clone https://github.com/plentico/osxcross-target.git ../../osxcross/target
echo "/home/runner/work/osxcross/target/bin" >> $GITHUB_PATH
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ 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 b79d623

Please sign in to comment.