From bc3ced0f70201dd48678123216d7f8d2d0853068 Mon Sep 17 00:00:00 2001 From: Sudo Arash Date: Sat, 24 Aug 2024 17:01:39 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d3e3fe..0f727fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Compile with g++ run: | - g++ -std=c++11 -I./src/include -o build/extreme_math src/main.cpp src/logging.cpp src/equation.cpp src/tui.cpp + g++ -std=c++11 -I./src/include -o extreme_math.exe src/main.cpp src/logging.cpp src/equation.cpp src/tui.cpp - name: Upload build artifact uses: actions/upload-artifact@v3