fix github upload task
This commit is contained in:
parent
bf10aba81c
commit
e02b422793
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: github
|
gitHubConnection: github
|
||||||
repositoryName: dkanada/gelli
|
repositoryName: dkanada/gelli
|
||||||
assets: '$(System.ArtifactsDirectory)/*.apk'
|
assets: '$(System.ArtifactsDirectory)/**/*.apk'
|
||||||
action: 'edit'
|
action: 'edit'
|
||||||
assetUploadMode: 'replace'
|
assetUploadMode: 'replace'
|
||||||
tag: '$(TAG)'
|
tag: '$(TAG)'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue