Update go.yml
This commit is contained in:
parent
d24c26016b
commit
ffe1fdc359
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -2,9 +2,9 @@ name: Go
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
|
||||||
- 'v*'
|
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
tags:
|
||||||
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url}}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./scabiosa
|
asset_path: ./scabiosa
|
||||||
asset_name: scabiosa
|
asset_name: scabiosa
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue