Adapted README to ImageSieve

Removed wiki step
This commit is contained in:
Florian Fetz 2021-12-31 14:51:39 +01:00
parent 29bdab6e6d
commit 771ed72cc0
2 changed files with 2 additions and 4 deletions

View file

@ -177,10 +177,6 @@ jobs:
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Update Wiki
run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Prune old releases
run: ./util/prunetags.sh
env:

View file

@ -1,5 +1,7 @@
# FFmpeg Static Auto-Builds
**Fork from [BtbN](https://github.com/BtbN/FFmpeg-Builds) with changes to get a smaller binary for [ImageSieve](https://github.com/Futsch1/image-sieve)**
Static Windows (x86_64) and Linux (x86_64) Builds of ffmpeg master and latest release branch.
Windows builds are targetting Windows 7 and newer.