Skip to content

Commit b29ad6e

Browse files
author
Arun Philip
committed
fix: update releaser github action
1 parent 4225856 commit b29ad6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-
5555
name: Verify --version flag
5656
run: |
57-
BINARY=$(find dist -path '*linux*amd64*' -name 'tsidp-server' -type f | head -1)
57+
BINARY=$(find dist -path '*linux*amd64*' -name 'tsidp' -type f | head -1)
5858
[ -n "$BINARY" ] || { echo "ERROR: could not find linux/amd64 binary in dist/"; exit 1; }
5959
VERSION=$("$BINARY" --version)
6060
echo "Version: $VERSION"

0 commit comments

Comments
 (0)