change action to a different one

This commit is contained in:
damirka 2021-08-17 13:03:10 +03:00
parent 031cc98077
commit 56ce8558df
2 changed files with 4 additions and 3 deletions

View File

@ -28,10 +28,11 @@ jobs:
# run: |
# cargo run -p leo-test-framework --bin tgc
- name: Download tgc
uses: pozetroninc/github-action-get-latest-release@master
- name: fetch-latest-release
uses: thebritican/fetch-latest-release@v1
with:
repository: AleoHQ/leo-acl2-bin
repo_path: AleoHQ/leo-acl2-bin
github_token: ${{ github.token }}
- name: List files
run: |

View File