mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-17 22:04:35 +00:00
fix
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -66,12 +66,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./build
|
path: ./build
|
||||||
|
|
||||||
- name: Upload all built binaries to release
|
- name: Create GitHub Release
|
||||||
uses: actions/upload-release-asset@v1
|
uses: softprops/action-gh-release@v1
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
files: ./build/*
|
||||||
asset_path: ./build/
|
env:
|
||||||
asset_name: ffwebp_${{ github.ref_name }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
asset_content_type: application/octet-stream
|
|
Reference in New Issue
Block a user