From 1a4c92b490a78e96955bdcc94d4bd5fd4e3f6053 Mon Sep 17 00:00:00 2001 From: scatterflower <2956568+scatterflower@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:39:24 -0500 Subject: [PATCH 1/3] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0d5552..475cf92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,12 +27,13 @@ jobs: cd $GITHUB_WORKSPACE qmake make + mv bin/config_sample bin/config - name: Upload binary uses: actions/upload-artifact@v2 with: name: akashi-linux - path: bin/akashi + path: bin/ build-windows: runs-on: windows-latest @@ -50,6 +51,7 @@ jobs: qmake "CONFIG += qtquickcompiler" akashi.pro nmake windeployqt bin\akashi.exe --release --no-opengl-sw + rename bin\config_sample bin\config - name: Upload zip uses: actions/upload-artifact@v2 From f263263da744803a2676d3f6f90114b7828da9d9 Mon Sep 17 00:00:00 2001 From: scatterflower <2956568+scatterflower@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:45:51 -0500 Subject: [PATCH 2/3] powershell sux more accurately, windows sux --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 475cf92..519f23d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: qmake "CONFIG += qtquickcompiler" akashi.pro nmake windeployqt bin\akashi.exe --release --no-opengl-sw - rename bin\config_sample bin\config + mv bin\config_sample bin\config - name: Upload zip uses: actions/upload-artifact@v2 From affada4303b2d6a8c069257ee84562a9a2d3c81b Mon Sep 17 00:00:00 2001 From: scatterflower <2956568+scatterflower@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:30:06 -0500 Subject: [PATCH 3/3] Delete .clang-format --- .clang-format | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index e825708..0000000 --- a/.clang-format +++ /dev/null @@ -1,5 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -Language: Cpp -PointerAlignment: Left -BreakBeforeBraces: Stroustrup \ No newline at end of file