Skip to content

Commit a4fbb7a

Browse files
committed
Ajuste | Github Workflow
1 parent 184ae2e commit a4fbb7a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet publish ${{ env.Solution_Name }} --configuration ${{ matrix.configuration }} --output ${{ env.Publish_Directory }}
4343

4444
- name: Upload build artifacts
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: Published EXE
4848
path: ${{ env.Publish_Directory }}

ExplorandoMarte/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public static void Main(string[] args)
6969
throw new InvalidOperationException(string.Format("Posição já ocupada por outra sonda Rover {0}.",planalto.ObterRoverPorLocalizacao(x,y).Nome));
7070
}
7171

72-
7372
char direction = char.Parse(positionParts[2].ToUpperInvariant());
7473

7574
var rover = new Rover(x, y, direction);

0 commit comments

Comments
 (0)