File tree Expand file tree Collapse file tree 9 files changed +5
-5
lines changed
Expand file tree Collapse file tree 9 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 pushd provision/estserver
3131 go build -ldflags="-s -w" -trimpath
3232 popd
33- pushd tools/backend
33+ pushd tools/cmcbackend
3434 go build -ldflags="-s -w" -trimpath
3535 popd
3636 pushd tools/snptool
9191 - name : " Upload backend"
9292 uses : actions/upload-artifact@v4
9393 with :
94- name : backend
95- path : tools/backend/backend
94+ name : cmcbackend
95+ path : tools/cmcbackend/cmcbackend
9696 - name : " Upload tdxtool"
9797 uses : actions/upload-artifact@v4
9898 with :
@@ -118,7 +118,7 @@ jobs:
118118 provision/estserver/estserver
119119 tools/metaconv/metaconv
120120 tools/metasign/metasign
121- tools/backend/backend
121+ tools/cmcbackend/cmcbackend
122122 tools/tdxtool/tdxtool
123123 tools/snptool/snptool
124124 tools/azuretool/azuretool
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ provision/estserver/estserver
1414** /nonce
1515** /attestation-report
1616** /attestation-result.json
17- tools /backend / backend
17+ tools /cmcbackend / cmcbackend
1818tools /backend /monitoring.db
1919tools /metasign /metasign
2020tools /metaconv /metaconv
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments