mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2025-05-16 20:37:47 +02:00
Update upload-artifact for @actions/artifact@v2
This commit is contained in:
parent
65d862660a
commit
99700c1456
3 changed files with 116054 additions and 5511 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"release": "ncc build src/upload-artifact.ts && git add -f dist/",
|
||||
"release": "ncc build src/upload-artifact.ts && git add -f dist/index.js",
|
||||
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue