mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -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.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
|
||||
@(
|
||||
"$artifactbase\Greenshot-INSTALLER*.exe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue