mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -07:00
Fixed path in deploy script
This commit is contained in:
parent
e1cc994eba
commit
13f9c143ff
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ try {
|
||||||
$transferOptions = New-Object WinSCP.TransferOptions
|
$transferOptions = New-Object WinSCP.TransferOptions
|
||||||
$transferOptions.TransferMode = [WinSCP.TransferMode]::Binary
|
$transferOptions.TransferMode = [WinSCP.TransferMode]::Binary
|
||||||
|
|
||||||
$artifactbase = "$(get-location)\Greenshot\bin\Release"
|
$artifactbase = "$(get-location)\Greenshot\releases"
|
||||||
# The list of all the artifacts that need to be uploaded
|
# The list of all the artifacts that need to be uploaded
|
||||||
@(
|
@(
|
||||||
"$artifactbase\Greenshot-INSTALLER*.exe",
|
"$artifactbase\Greenshot-INSTALLER*.exe",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue