Skip to content

Commit 9c4bb87

Browse files
committed
fix: Fix semver parsing, remove .0
1 parent 0a11502 commit 9c4bb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ffmpeg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: ffmpeg-info
1818
run: |
1919
version=$(curl -s https://endoflife.date/api/ffmpeg.json | jq -r .[0].latest)
20-
echo version=$version >> $GITHUB_OUTPUT
20+
echo version=${version%.0} >> $GITHUB_OUTPUT
2121
2222
- name: Get ffmpeg-windows-build-helpers latest commit
2323
id: ffmpeg-helper-info

0 commit comments

Comments
 (0)