1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Hope this fixes github action

This commit is contained in:
Raymond Hill 2022-09-08 10:28:24 -04:00
parent 523bf337ba
commit 33e825da1d
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -91,6 +91,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/build/${{ env.MV3PACKAGE }}
asset_name: ${{ env.MV3PACKAGE }}
asset_path: dist/build/${{ steps.release_info.outputs.MV3PACKAGE }}
asset_name: ${{ steps.release_info.outputs.MV3PACKAGE }}
asset_content_type: application/octet-stream