summaryrefslogtreecommitdiff
path: root/.ci/templates/release-download.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/release-download.yml')
-rw-r--r--.ci/templates/release-download.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.ci/templates/release-download.yml b/.ci/templates/release-download.yml
deleted file mode 100644
index bd32de395..000000000
--- a/.ci/templates/release-download.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-steps:
- - task: DownloadPipelineArtifact@2
- displayName: 'Download Windows Release'
- inputs:
- artifactName: 'yuzu-$(BuildName)-windows-msvc'
- buildType: 'current'
- targetPath: '$(Build.ArtifactStagingDirectory)'
- - task: DownloadPipelineArtifact@2
- displayName: 'Download Linux Release'
- inputs:
- artifactName: 'yuzu-$(BuildName)-linux'
- buildType: 'current'
- targetPath: '$(Build.ArtifactStagingDirectory)' \ No newline at end of file