1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-07-17 22:04:35 +00:00
This commit is contained in:
Laura
2024-09-08 00:47:36 +02:00
parent 215352bc40
commit dc92ab0dc7

View File

@ -66,12 +66,9 @@ jobs:
with:
path: ./build
- name: Upload all built binaries to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/
asset_name: ffwebp_${{ github.ref_name }}
asset_content_type: application/octet-stream
files: ./build/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}