Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin authored Jul 26, 2022
1 parent 7f08e2b commit 1a4e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Download server executable
run: |
mkdir "utbot-release-${{ inputs.utbot_version }}"
wget -qq "https://github.com/olezhabobrov/UTBotCpp/releases/download/v${{ inputs.utbot_version }}/utbot-release-${{ inputs.utbot_version }}.zip" -P "./utbot-release-${{ inputs.utbot_version }}"
wget -qq "https://github.com/UnitTestBot/UTBotCpp/releases/download/${{ inputs.utbot_version }}/utbot-release-${{ inputs.utbot_version }}.zip" -P "./utbot-release-${{ inputs.utbot_version }}"
unzip -qq "./utbot-release-${{ inputs.utbot_version }}/utbot-release-${{ inputs.utbot_version }}.zip" -d "./utbot-release-${{ inputs.utbot_version }}/"
chmod +x "./utbot-release-${{ inputs.utbot_version }}/unpack_and_run_utbot.sh"
cd "./utbot-release-${{ inputs.utbot_version }}" && ./unpack_and_run_utbot.sh
Expand Down

0 comments on commit 1a4e24e

Please sign in to comment.