mirror of
https://github.com/starr-dusT/yuzu-mainline
synced 2024-03-05 21:12:25 -08:00
5 lines
163 B
YAML
5 lines
163 B
YAML
steps:
|
|
- script: mkdir artifacts || echo 'X' > artifacts/T1.txt
|
|
- publish: artifacts
|
|
artifact: 'yuzu-$(BuildName)-mock'
|
|
displayName: 'Upload Artifacts' |