V2 Preview (#54)

* V2 Upload Artifact

* Improve logs

* Update release

* Update test.yml

* Update test.yml

* Update test.yml

* @actions/artifact v0.2.0 package

* Add extra YAML test
This commit is contained in:
Konrad Pabjan
2020-03-13 14:44:44 +01:00
committed by GitHub
parent 8eb149d680
commit c9be818b8a
17 changed files with 15724 additions and 13 deletions

8
src/constants.ts Normal file
View File

@@ -0,0 +1,8 @@
export enum Inputs {
Name = 'name',
Path = 'path'
}
export function getDefaultArtifactName(): string {
return 'artifact'
}