mirror of
https://github.com/actions/runner.git
synced 2026-01-09 20:15:32 +08:00
GitHub Actions Runner
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.DistributedTask.Pipelines.Artifacts
|
||||
{
|
||||
public static class YamlArtifactConstants
|
||||
{
|
||||
public const String Alias = "alias";
|
||||
public const String Connection = "connection";
|
||||
public const String Current = "current";
|
||||
public const String Download = "download";
|
||||
public const String DownloadBuild = "downloadBuild";
|
||||
public const String None = "none";
|
||||
public const String Path = "path";
|
||||
public const String Patterns = "patterns";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user