Skip to content

Commit 941011d

Browse files
Vladislav Kaluginsava-cska
authored andcommitted
fix publish-utbot tests
1 parent 9354128 commit 941011d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-utbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/download-artifact@v2
8585
- name: Installation check
8686
run: |
87-
cd $(find . -name utbot-release* -type d -print | head -n1)
87+
cd $(find . -name utbot-* -type d -print | head -n1)
8888
chmod +x ./unpack_and_run_utbot.sh
8989
../integration-tests/installation_checks/automated_install_checks.sh ./utbot_distr.tar.gz
9090
../integration-tests/installation_checks/clean.sh

0 commit comments

Comments
 (0)