summaryrefslogtreecommitdiffstats
path: root/act-cli.nuspec
diff options
context:
space:
mode:
authorCasey Lee <cplee@nektos.com>2020-03-10 01:49:55 +0100
committerGitHub <noreply@github.com>2020-03-10 01:49:55 +0100
commitb7fcf137abad96cde6074f3f81346eef3ff49036 (patch)
tree18695191055155703dd2161d7889ebefea7cb714 /act-cli.nuspec
parentfix #122 - support actions/checkout for repos other the one for this workflow... (diff)
downloadforgejo-act-b7fcf137abad96cde6074f3f81346eef3ff49036.tar.xz
forgejo-act-b7fcf137abad96cde6074f3f81346eef3ff49036.zip
Fix 132 - support for chocolatey install (#144)
* fix #132 - publish chocolatey package for act * add missing files to pass validation * remove extra choco step
Diffstat (limited to 'act-cli.nuspec')
-rw-r--r--act-cli.nuspec26
1 files changed, 26 insertions, 0 deletions
diff --git a/act-cli.nuspec b/act-cli.nuspec
new file mode 100644
index 0000000..1a48927
--- /dev/null
+++ b/act-cli.nuspec
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Do not remove this test for UTF-8: if โ€œฮฉโ€ doesnโ€™t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
+<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
+ <metadata>
+ <id>act-cli</id>
+ <version>0.0.0</version>
+ <packageSourceUrl>https://github.com/nektos/act</packageSourceUrl>
+ <owners>nektos</owners>
+ <title>act (GitHub Actions CLI)</title>
+ <authors>nektos</authors>
+ <projectUrl>https://github.com/nektos/act</projectUrl>
+ <iconUrl>https://raw.githubusercontent.com/wiki/nektos/act/img/logo-150.png</iconUrl>
+ <copyright>Nektos</copyright>
+ <licenseUrl>https://raw.githubusercontent.com/nektos/act/master/LICENSE</licenseUrl>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <projectSourceUrl>https://github.com/nektos/act</projectSourceUrl>
+ <docsUrl>https://raw.githubusercontent.com/nektos/act/master/README.md</docsUrl>
+ <bugTrackerUrl>https://github.com/nektos/act/issues</bugTrackerUrl>
+ <tags>act github-actions actions golang ci devops</tags>
+ <summary>Run your GitHub Actions locally ๐Ÿš€</summary>
+ <description>Run your GitHub Actions locally ๐Ÿš€</description>
+ </metadata>
+ <files>
+ <file src="tools/**" target="tools" />
+ </files>
+</package>