From 76ec3d0a13a8ea9dad1e55108db53ee96fbefcb9 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 21 Apr 2026 11:21:45 +0200 Subject: [PATCH] Test --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b200e..402e75c 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,12 @@ it-sec-repo/ ├── sheet02/ │ ├── a1/ │ ... -``` \ No newline at end of file +``` + +## Submissions +- add the tag `sheetXX-submission` to the git commit where sheetXX is the directory containing the submission +``` +git tag sheetXX-submission +``` +- push that submission commit to the main branch +- the pipeline will create the zip file with the submission and release it \ No newline at end of file