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