Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Maybe this will fix ftp
  • Loading branch information
num0005 authored Feb 12, 2020
1 parent f39bb51 commit 6d209ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ deploy:
password: $(FTP_PASSWORD)
folder: /Tools/PC/h2codez/$(APPVEYOR_BUILD_VERSION)-$(APPVEYOR_REPO_COMMIT)
active_mode: false
beta: true
debug: false
beta: false
debug: true
on:
branch: H2OS_EK

Expand All @@ -37,7 +37,7 @@ deploy:
folder: /Tools/PC/h2codez/latest
active_mode: false
beta: true
debug: false
debug: true
on:
branch: H2OS_EK
before_build:
Expand Down

0 comments on commit 6d209ec

Please sign in to comment.