mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-30 07:58:26 -04: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' |