We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9354128 commit 941011dCopy full SHA for 941011d
.github/workflows/publish-utbot.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/download-artifact@v2
85
- name: Installation check
86
run: |
87
- cd $(find . -name utbot-release* -type d -print | head -n1)
+ cd $(find . -name utbot-* -type d -print | head -n1)
88
chmod +x ./unpack_and_run_utbot.sh
89
../integration-tests/installation_checks/automated_install_checks.sh ./utbot_distr.tar.gz
90
../integration-tests/installation_checks/clean.sh
0 commit comments