Skip to content

Commit

Permalink
fix: Fix semver parsing, remove .0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimMouse committed Apr 19, 2024
1 parent 0a11502 commit 9c4bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ffmpeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: ffmpeg-info
run: |
version=$(curl -s https://endoflife.date/api/ffmpeg.json | jq -r .[0].latest)
echo version=$version >> $GITHUB_OUTPUT
echo version=${version%.0} >> $GITHUB_OUTPUT
- name: Get ffmpeg-windows-build-helpers latest commit
id: ffmpeg-helper-info
Expand Down

0 comments on commit 9c4bb87

Please sign in to comment.