Browse Source

ci: Update build suffix for mock builds

Zach Hilman 6 năm trước cách đây
mục cha
commit
1ec23a0353
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'