Skip to content

Commit

Permalink
Fixes websetup not working: Path of artifact download adjusted (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre committed Jun 30, 2017
1 parent 01d0b86 commit b1c0da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def prepare_msi(msi)
file = download package
puts file
package[:file_name] = retrieve_package_name(file, package)
download_path = "https://github.com/#{GITHUB_NAME}/#{package[:git_repository]}/releases/download/v#{package[:version]}/#{package[:file_name]}"
download_path = "https://systems-biology.com/fileadmin/sb_ftp/OSP_Updates/#{package[:file_name]}"
VARIABLES["#{msi}DownloadPath"] = download_path
VARIABLES[msi] = package[:file_name]
end
Expand Down

0 comments on commit b1c0da3

Please sign in to comment.