Skip to content

Commit

Permalink
Fix env set
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Sep 1, 2022
1 parent 08fd92b commit 2aadf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.19.linux-amd64.tar.gz"
ldflags: $BUILD_LDFLAGS
ldflags: ${{ env.BUILD_LDFLAGS }}
binary_name: "natrium-server"
extra_files: LICENSE README.md

0 comments on commit 2aadf93

Please sign in to comment.