Skip to content

Commit 0fa859f

Browse files
committed
ci: Fix wrong zip command in release_sources job
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 7ca8a3e commit 0fa859f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ release_sources:
335335
# try to workaround ERROR: Uploading artifacts as "archive" to coordinator... 413 Request Entity Too Large
336336
# when uploading artifacts
337337
- echo "Adding buildroot/dl folder into ${linuxsdk_zip}"
338-
- zip -ur buildroot/dl ${linuxsdk_zip}
338+
- zip -ur ${linuxsdk_zip} buildroot/dl
339339
- ls -lh linuxsdk_*.zip
340340
artifacts:
341341
name: "nuclei_linuxsdk-job${CI_JOB_ID}_${CI_COMMIT_SHA::8}"

0 commit comments

Comments
 (0)