File tree Expand file tree Collapse file tree 3 files changed +27
-28
lines changed
Expand file tree Collapse file tree 3 files changed +27
-28
lines changed Original file line number Diff line number Diff line change 1616 run : echo "$(gem env gempath | cut -d':' -f1)/bin" >> $GITHUB_PATH
1717 - name : assemble and test
1818 run : make check
19+ - name : publish CDDL
20+ if : startsWith(github.ref, 'refs/tags/cddl-')
21+ uses : softprops/action-gh-release@v2
22+ with :
23+ token : ${{ secrets.GITHUB_TOKEN }}
24+ files : |
25+ ./*-autogen.cddl
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# concise-evidence [ ![ CI] ( https://github.com/TrustedComputingGroup/concise-evidence/actions/workflows/makefile.yml/badge.svg )] ( https://github.com/TrustedComputingGroup/concise-evidence/actions/workflows/makefile.yml )
22
33CDDL definition of concise-evidence as defined by TCG DICE Working Group
4+
5+ ## Publishing CDDL Artefacts
6+
7+ * create an annotated tag that start with ` cddl- ` and is followed by the version information. E.g.:
8+
9+ ``` sh
10+ git tag -d cddl-v1.0rev0.54
11+ ```
12+
13+ * push the tag
14+
15+ ``` sh
16+ git push origin cddl-v1.0rev0.54
17+ ```
18+
19+ The produced artefacts can be downloaded from the release page:
20+
21+ ``` sh
22+ https://github.com/TrustedComputingGroup/concise-evidence/releases/download/cddl-v1.0rev0.54
23+ ```
You can’t perform that action at this time.
0 commit comments