Skip to content

Commit

Permalink
Update destination filename format in _deploy.rb script
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Aug 12, 2024
1 parent fe7946a commit 65d1cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/win/_deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ def run(cmd)
load 'version.rb'

srcname = "Guitar-#{$version_a}.#{$version_b}.#{$version_c}-win32.zip"
dstname = "Guitar-#{$version_a}.#{$version_b}.#{$version_c}-win32#{$suffix}.zip"
dstname = "Guitar#{$suffix}-#{$version_a}.#{$version_b}.#{$version_c}-win32.zip"

run "curl -T _release/#{srcname} ftp://192.168.0.5:/Public/pub/nightlybuild/#{dstname}"

0 comments on commit 65d1cc8

Please sign in to comment.