File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1010 ref :
1111 required : false
1212 type : string
13+ default : ${{ github.ref }}
1314 outputs :
1415 artifact-id :
1516 description : ' Artifact ID of the uploaded artifact. Can be used to download the artifact in other workflows.'
3637 - name : Get bootstrap binary
3738 run : |
3839 docker cp $(docker create --name tc publish-links-index:latest):/app/.artifacts/publish ./.artifacts && docker rm tc
40+ - name : Validate bootstrap binary
41+ run : |
42+ tree .artifacts
43+ stat .artifacts/docs-lambda-index-publisher/release_linux-x64/bootstrap
3944 - name : Create zip file
4045 id : create-zip
4146 run : |
Original file line number Diff line number Diff line change 2727 run : dotnet run --project src/tooling/docs-assembler -c release -- navigation validate
2828
2929 build-lambda :
30+ uses : ./.github/workflows/build-link-index-updater-lambda.yml
3031 runs-on : ubuntu-latest
3132 steps :
3233 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments