Skip to content

Commit de44b3f

Browse files
committed
Fix projectSlug option in appveyor
1 parent 1d876f4 commit de44b3f

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
@@ -80,7 +80,7 @@ artifacts:
8080
# on successful build
8181
on_success:
8282
- ps: >-
83-
Start-AppveyorBuild -ApiKey $env:api_key -ProjectSlug 'rpcpp_plugins' -EnvironmentVariables @{
83+
Start-AppveyorBuild -ApiKey $env:api_key -ProjectSlug 'rpcpp-plugins' -EnvironmentVariables @{
8484
TRIGGER_NAME = $env:TRIGGER_NAME
8585
TRIGGER_COMMIT = $env:TRIGGER_COMMIT
8686
}

0 commit comments

Comments
 (0)