Skip to content

Commit 0ee757a

Browse files
authored
Update nexus.yml
1 parent d4a3bb8 commit 0ee757a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nexus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ jobs:
2828
--arg date $(date +%s) \
2929
--arg download $(du -b extension.fplx | awk '{print $1}') \
3030
--arg install $(7z l extension.fplx | tail -n 1 | awk '{print $3}') \
31+
--arg path "Data/Extensions" \
3132
--arg hash $(crc32 extension.fplx) \
3233
'{
3334
"title": $name,
3435
"description": $desc,
3536
"date-modified": $date,
3637
"download-size": $download,
3738
"install-size": $install,
39+
"path": $path,
3840
"crc32": $hash
3941
}' > metadata.json
4042
- name: Deploy File to Nexus

0 commit comments

Comments
 (0)