We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249f040 commit 2e297fcCopy full SHA for 2e297fc
.github/workflows/dotnet-desktop.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- configuration: [Debug, Release]
+ configuration: [Release]
15
16
runs-on: windows-latest
17
@@ -44,5 +44,5 @@ jobs:
44
- name: Upload build artifacts
45
uses: actions/upload-artifact@v4
46
with:
47
- name: Published_EXE_${{ github.run_id }}
+ name: Published_EXE_${{ github.run_id }} env.
48
path: ${{ env.Publish_Directory }}
ExplorandoMarte/Program.cs
@@ -34,7 +34,6 @@ public static void Main(string[] args)
34
throw new Exception("Coordenadas Inválidas");
35
}
36
37
-
38
var planalto = new Planalto(upperRightX, upperRightY);
39
40
Controller.Instance.RegistrarLog("Coordenadas do Planalto: " + planalto.ObterCoordenadasSuperiores());
0 commit comments