We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4225856 commit b29ad6eCopy full SHA for b29ad6e
1 file changed
.github/workflows/release.yaml
@@ -54,7 +54,7 @@ jobs:
54
-
55
name: Verify --version flag
56
run: |
57
- BINARY=$(find dist -path '*linux*amd64*' -name 'tsidp-server' -type f | head -1)
+ BINARY=$(find dist -path '*linux*amd64*' -name 'tsidp' -type f | head -1)
58
[ -n "$BINARY" ] || { echo "ERROR: could not find linux/amd64 binary in dist/"; exit 1; }
59
VERSION=$("$BINARY" --version)
60
echo "Version: $VERSION"
0 commit comments