mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2025-07-06 01:23:46 +00:00
[v4 beta] Fixes to download directory structure (#233)
* Fix extra root extra root directory if downloading single artifact on v4-beta * Fix for all downloads * Bump to node20 runtime * ncc --------- Co-authored-by: Rob Herley <robherley@github.com>
This commit is contained in:
parent
896d1bb258
commit
88dadfbcfc
3 changed files with 13 additions and 5 deletions
|
@ -25,5 +25,5 @@ outputs:
|
|||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue