Update .gitea/workflows/build.yaml
Some checks failed
Release Version / build (push) Failing after 45s
Some checks failed
Release Version / build (push) Failing after 45s
This commit is contained in:
parent
24985812b1
commit
abdc5486e5
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Upload Go binary to release
|
- name: Upload Go binary to release
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_version.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./myapp
|
asset_path: ./s3-client
|
||||||
asset_name: myapp_${{ env.new_version }}_linux_amd64
|
asset_name: s3-client_${{ env.new_version }}_linux_amd64
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
Loading…
Reference in New Issue
Block a user