Skip to content

Commit

Permalink
Fix flags parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
amigus committed Sep 10, 2024
1 parent 680a0a4 commit 7cd22b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: cgo-action
uses: go-cross/cgo-actions@v1
with:
flags: -ldflags=-X github.com/Keeper-Security/linux-keyring-utility/cmd.Version=$(git describe --tags --always)
flags: -ldflags=-X 'github.com/Keeper-Security/linux-keyring-utility/cmd.Version=$(git describe --tags --always)'
packages: main.go
static-link-for-musl: false
targets: ${{ matrix.targets }}
Expand Down

0 comments on commit 7cd22b7

Please sign in to comment.