add echo outputs

This commit is contained in:
damirka 2021-08-17 13:10:02 +03:00
parent 775109f40c
commit 7e8da8cc80

View File

@ -29,6 +29,7 @@ jobs:
# cargo run -p leo-test-framework --bin tgc
- name: fetch-latest-release
id: tgc
uses: thebritican/fetch-latest-release@v2.0.0
with:
repo_path: AleoHQ/leo-acl2-bin
@ -37,6 +38,7 @@ jobs:
- name: List files
run: |
ls -la
echo "${{ steps.tgc.outputs }}"
# - name: Run tgc over the asts
# run: |