From f8ca4e115e45ac21826e7931ebf58b3ba174aee1 Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:11:45 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37bd65f8..a7fef22e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,12 +41,8 @@ jobs: - name: Configure xmake and install dependencies run: xmake.exe config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes - # Build the game - - name: Build - run: xmake.exe - # Install the result files - - name: Create package + - name: Build and create package run: xmake.exe package # Upload artifacts