Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slawa4s authored Jun 29, 2022
1 parent 39dcce8 commit 1e91954
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 @@ -40,7 +40,7 @@ runs:
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 }}"
unzip - qq"./utbot-release-${{ inputs.utbot_version }}/utbot-release-${{ inputs.utbot_version }}.zip" -d "./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
shell: sh
Expand Down

0 comments on commit 1e91954

Please sign in to comment.