File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: .NET Core CI
22
33on :
44 push :
5- branches : [ "master " ]
5+ branches : [ "main " ]
66 pull_request :
7- branches : [ "master " ]
7+ branches : [ "main " ]
88
99jobs :
1010 build :
4444 - name : Upload build artifacts
4545 uses : actions/upload-artifact@v4
4646 with :
47- name : Published EXE
47+ name : Published_EXE_${{ github.run_id }}
4848 path : ${{ env.Publish_Directory }}
49-
Original file line number Diff line number Diff line change @@ -98,8 +98,7 @@ public static void Main(string[] args)
9898 'R' => new TurnRightCommand ( rover ) ,
9999 'M' => new MoveCommand ( rover ) ,
100100 _ => throw new ArgumentException ( "Instrução inválida. As instruções válidas são: L, R, M." )
101- } ;
102-
101+ } ;
103102
104103 invoker . AddCommand ( command ) ;
105104
You can’t perform that action at this time.
0 commit comments