From 4a6cd6f15ab8ba697878cb5ada7ff5ea3d0e2146 Mon Sep 17 00:00:00 2001 From: SourLemonJuice Date: Sat, 15 Jun 2024 03:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DGitHub=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/GitHub_CI_Build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/GitHub_CI_Build.yml b/.github/workflows/GitHub_CI_Build.yml index e43bf10..c24aaff 100644 --- a/.github/workflows/GitHub_CI_Build.yml +++ b/.github/workflows/GitHub_CI_Build.yml @@ -14,11 +14,6 @@ jobs: - uses: actions/checkout@v4 - name: Build with make run: make --directory=./source/ - - upload-exec: - runs-on: ubuntu-latest - needs: build - steps: - name: Upload executable file uses: actions/upload-artifact@v4 with: