Skip to content

Commit 27ae9b6

Browse files
committed
Fix .NET files
1 parent 613a55f commit 27ae9b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SDK/Language/DotNet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ public function getFiles(): array
303303
return [
304304
[
305305
'scope' => 'default',
306-
'destination' => '.travis.yml',
307-
'template' => 'dotnet/.travis.yml.twig',
306+
'destination' => '.github/workflows/publish.yml',
307+
'template' => 'dotnet/.github/workflows/publish.yml.twig',
308308
],
309309
[
310310
'scope' => 'default',

0 commit comments

Comments
 (0)