mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-25 01:18:22 +08:00
Make appveyor like artifacts
This commit is contained in:
parent
6f104ec94c
commit
daea6d8b16
@ -17,6 +17,12 @@ deploy:
|
|||||||
force_update: true
|
force_update: true
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: zSJnpSnrKY1NO5RPVBaD/uq7UPyc+GW7ecjPFqEMsLjtnd6H+iNfROdoeuxJgt5T
|
secure: zSJnpSnrKY1NO5RPVBaD/uq7UPyc+GW7ecjPFqEMsLjtnd6H+iNfROdoeuxJgt5T
|
||||||
artifact: /dist\\.*\.zip/
|
artifact: Binaries
|
||||||
on:
|
on:
|
||||||
appveyor_repo_tag: true
|
appveyor_repo_tag: true
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: dist\**\*.zip
|
||||||
|
name: Binaries
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user