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