Skip to content

Commit 2e297fc

Browse files
committed
Ajuste | Github Workflow
1 parent 249f040 commit 2e297fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
configuration: [Debug, Release]
14+
configuration: [Release]
1515

1616
runs-on: windows-latest
1717

@@ -44,5 +44,5 @@ jobs:
4444
- name: Upload build artifacts
4545
uses: actions/upload-artifact@v4
4646
with:
47-
name: Published_EXE_${{ github.run_id }}
47+
name: Published_EXE_${{ github.run_id }} env.
4848
path: ${{ env.Publish_Directory }}

ExplorandoMarte/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public static void Main(string[] args)
3434
throw new Exception("Coordenadas Inválidas");
3535
}
3636

37-
3837
var planalto = new Planalto(upperRightX, upperRightY);
3938

4039
Controller.Instance.RegistrarLog("Coordenadas do Planalto: " + planalto.ObterCoordenadasSuperiores());

0 commit comments

Comments
 (0)