Update .gitea/workflows/build.yaml
Some checks failed
Release Version / build (push) Failing after 54s
Some checks failed
Release Version / build (push) Failing after 54s
This commit is contained in:
parent
db2b5ca833
commit
e555b41431
|
@ -65,12 +65,8 @@ jobs:
|
||||||
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_ENV
|
run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Upload Go binary to release
|
- name: Upload Go binary to release
|
||||||
uses: actions/upload-release-asset@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ env.upload_url }}
|
files: ./s3-client
|
||||||
asset_path: ./s3-client
|
|
||||||
asset_name: s3-client_${{ env.new_version }}_linux_amd64
|
|
||||||
asset_content_type: application/octet-stream
|
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
|
||||||
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
Loading…
Reference in New Issue
Block a user