Skip to content

Commit 1091d3c

Browse files
committed
ci: Fix wrong zip command in release_sources job
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 881d230 commit 1091d3c

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
@@ -323,7 +323,7 @@ release_sources:
323323
# try to workaround ERROR: Uploading artifacts as "archive" to coordinator... 413 Request Entity Too Large
324324
# when uploading artifacts
325325
- echo "Adding buildroot/dl folder into ${linuxsdk_zip}"
326-
- zip -ur buildroot/dl ${linuxsdk_zip}
326+
- zip -ur ${linuxsdk_zip} buildroot/dl
327327
- ls -lh linuxsdk_*.zip
328328
artifacts:
329329
name: "nuclei_linuxsdk-job${CI_JOB_ID}_${CI_COMMIT_SHA::8}"

0 commit comments

Comments
 (0)