Skip to content

Commit b1276d4

Browse files
Replacing before_deploy with deploy_script
1 parent d6a1165 commit b1276d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test_script:
3434
#---------------------------------#
3535

3636
# scripts to run before deployment
37-
before_deploy:
37+
deploy_script:
3838
- ps: |
3939
# Creating project artifact
4040
$stagingDirectory = (Resolve-Path ..).Path

0 commit comments

Comments
 (0)