1
0
Fork 0

try matching npm package within checkout dir

This commit is contained in:
Sean Sube 2023-02-11 22:41:14 -06:00
parent 88eb95c45b
commit 22801027c6
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ package-gui-npm:
artifacts:
expire_in: 7 days
paths:
- "*.tgz"
- "$CI_PROJECT_DIR/*.tgz"
package-gui-npm-dry:
extends: