We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba79eb commit 19cca30Copy full SHA for 19cca30
1 file changed
.github/workflows/auto-fix-issues.yml
@@ -58,7 +58,7 @@ jobs:
58
env:
59
GH_TOKEN: ${{ secrets.GH_PAT }}
60
run: |
61
- TAG=$(gh release list --repo evotai/evot --limit 1 --json tagName --jq '.[0].tagName')
+ TAG=$(gh release list --repo evotai/evot --limit 20 --json tagName,assets --jq '[.[] | select(.assets | length > 0)][0].tagName')
62
gh release download "$TAG" --repo evotai/evot --pattern "evot-*-x86_64-unknown-linux-gnu.tar.gz"
63
tar -xzf evot-*.tar.gz && chmod +x bin/evot
64
echo "$PWD/bin" >> "$GITHUB_PATH"
0 commit comments