From 850c37e77de86f64e7e16657deaf3cef5d1ee721 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Tue, 30 Apr 2019 17:11:45 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d575ecb..5b1ec9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,5 +17,5 @@ node ( 'vs2017' ) bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.dll UnityPlugin\\" ) bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.pdb UnityPlugin\\" ) bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.xml UnityPlugin\\" ) - archiveArtifacts unityplugin: 'UnityPlugin/**/*' + archiveArtifacts artifacts: 'UnityPlugin/**/*' } \ No newline at end of file