summaryrefslogtreecommitdiff
path: root/.ci/templates/release-universal.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/release-universal.yml')
-rw-r--r--.ci/templates/release-universal.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.ci/templates/release-universal.yml b/.ci/templates/release-universal.yml
deleted file mode 100644
index 151c8f35c..000000000
--- a/.ci/templates/release-universal.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-steps:
- - template: ./release-download.yml
- - task: UniversalPackages@0
- displayName: Publish Artifacts
- inputs:
- command: publish
- publishDirectory: '$(Build.ArtifactStagingDirectory)'
- vstsFeedPublish: 'yuzu-$(BuildName)'
- vstsFeedPackagePublish: 'main'
- packagePublishDescription: 'Yuzu Windows and Linux Executable Packages' \ No newline at end of file