We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a3bb8 commit 0ee757aCopy full SHA for 0ee757a
1 file changed
.github/workflows/nexus.yml
@@ -28,13 +28,15 @@ jobs:
28
--arg date $(date +%s) \
29
--arg download $(du -b extension.fplx | awk '{print $1}') \
30
--arg install $(7z l extension.fplx | tail -n 1 | awk '{print $3}') \
31
+ --arg path "Data/Extensions" \
32
--arg hash $(crc32 extension.fplx) \
33
'{
34
"title": $name,
35
"description": $desc,
36
"date-modified": $date,
37
"download-size": $download,
38
"install-size": $install,
39
+ "path": $path,
40
"crc32": $hash
41
}' > metadata.json
42
- name: Deploy File to Nexus
0 commit comments