Explorar o código

ci: Update build suffix for mock builds

Zach Hilman %!s(int64=6) %!d(string=hai) anos
pai
achega
1ec23a0353
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .ci/templates/build-mock.yml

+ 1 - 1
.ci/templates/build-mock.yml

@@ -1,5 +1,5 @@
 steps:
   - script: mkdir artifacts || echo 'X' > artifacts/T1.txt
   - publish: artifacts
-    artifact: 'yuzu-$(BuildName)-$(BuildSuffix)'
+    artifact: 'yuzu-$(BuildName)-mock'
     displayName: 'Upload Artifacts'