Skip to content

Commit 5abc89b

Browse files
committed
fix appveyor sftp artifact upload config
1 parent e13d6ac commit 5abc89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ test_script:
6262
deploy:
6363
provider: FTP
6464
protocol: sftp
65-
host: random.muncher.se
65+
host: r9.pm
6666
username: asar_ftp
6767
password:
6868
secure: 2O8zpJfSlxa28ibgfgXNsca2OJhU4TAbOfpLaFcjf1BLqkLsjYHNlQ8p6PkI3Rki
69-
folder: asar/windows/$(JOB_NAME)/
69+
folder: asar/windows/$(APPVEYOR_REPO_BRANCH)/$(JOB_NAME)/
7070

7171
for:
7272
-

0 commit comments

Comments
 (0)