Support artifact-url output (#496)

* Support artifact-url output

* update dist/index.js

* Update license

* Simplify output

* Update README
This commit is contained in:
Konrad Pabjan
2024-01-10 12:31:08 -05:00
committed by GitHub
parent c320f57948
commit 73d8b66ede
7 changed files with 4149 additions and 36 deletions

View File

@ -31,6 +31,7 @@
"dependencies": {
"@actions/artifact": "^2.0.0",
"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2"
},