Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Feb 13, 2025
1 parent cb4f0aa commit a1021b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ private_lane :install do |options|
when :allurectl
v = '2.16.0'
output = 'allurectl'
url = "https://github.com/allure-framework/allurectl/releases/download/#{v}/allurectl_linux_amd64"
arch = RbConfig::CONFIG['host_os'].include?('darwin') ? 'darwin_amd64' : 'linux_amd64'
url = "https://github.com/allure-framework/allurectl/releases/download/#{v}/allurectl_#{arch}"
else
UI.user_error!('Provide a correct tool name.')
end
Expand Down

0 comments on commit a1021b9

Please sign in to comment.